Skip to content

add package for vcpkg-installed to improve caching #54

add package for vcpkg-installed to improve caching

add package for vcpkg-installed to improve caching #54

Workflow file for this run

name: build-docker

Check failure on line 1 in .github/workflows/build-docker.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-docker.yml

Invalid workflow file

(Line: 11, Col: 3): The workflow must contain at least one job with no dependencies.
on:
push:
branches: [ "main", "dev", "unstable" ]
tags: [ "*" ]
workflow_dispatch:
workflow_call:
jobs:
build-firestarr:
uses: ./.github/workflows/build-docker-image.yml
needs: [build-docker-vcpkg-installed]
with:
image: firestarr
# FIX: Error: Failed to CreateArtifact: Received non-retryable error:
# Failed request: (409) Conflict: an artifact with this name already
# exists on the workflow run
# # uses cache from previous image so don't do at the same time
# build-firestarr-minimal:
# needs: [ build-firestarr ]
# uses: ./.github/workflows/build-docker-image.yml
# with:
# image: firestarr-minimal