Test against PR changes

This commit is contained in:
Gerald Pinder 2024-04-24 20:50:10 -04:00
parent e0a7a9ac09
commit 93ef12154c

View File

@ -26,7 +26,8 @@ jobs:
steps: steps:
# the build is fully handled by the reusable github action # the build is fully handled by the reusable github action
- name: Build Custom Image - name: Build Custom Image
uses: blue-build/github-action@v1.3 uses: blue-build/github-action@use-new-clie-features # Replace this when dependent PR is merged
# uses: blue-build/github-action@v1.4
with: with:
recipe: ${{ matrix.recipe }} recipe: ${{ matrix.recipe }}
cosign_private_key: ${{ secrets.SIGNING_SECRET }} cosign_private_key: ${{ secrets.SIGNING_SECRET }}