Attempting to use custom action
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 0s

This commit is contained in:
2025-06-21 13:18:42 -04:00
parent d0e1214f23
commit e4d3e6b573
2 changed files with 184 additions and 4 deletions

View File

@@ -32,13 +32,10 @@ jobs:
steps:
# the build is fully handled by the reusable github action
- name: Build Custom Image
uses: blue-build/github-action@v1.8
uses: ./.github/workflows/actions/build-composite.yml
with:
recipe: ${{ matrix.recipe }}
cosign_private_key: ${{ secrets.SIGNING_SECRET }}
registry: 'git.hydrosaber.com'
registry_token: ${{ secrets.PACKAGE_BUILDER_TOKEN }}
pr_event_number: ${{ github.event.number }}
# enabled by default, disable if your image is small and you want faster builds
maximize_build_space: true