Move into workflows itself
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 0s

This commit is contained in:
2025-06-21 13:59:26 -04:00
parent b309edb692
commit 115dd30913
2 changed files with 1 additions and 1 deletions

View File

@@ -32,7 +32,7 @@ jobs:
steps:
# the build is fully handled by the reusable github action
- name: Build Custom Image
uses: ./.github/workflows/actions/build-composite.yml
uses: ./.github/workflows/build-composite.yml
with:
recipe: ${{ matrix.recipe }}
cosign_private_key: ${{ secrets.SIGNING_SECRET }}