Attempting to use custom action #27

Closed
eriq12 wants to merge 16 commits from custom-action into main
2 changed files with 225 additions and 4 deletions
Showing only changes of commit 115dd30913 - Show all commits

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 }}