We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f0f5bb commit 0ad101dCopy full SHA for 0ad101d
.github/workflows/build-simple.yml
@@ -26,10 +26,10 @@ jobs:
26
steps:
27
# the build is fully handled by the reusable github action
28
- name: Build Custom Image
29
- uses: blue-build/[email protected]
30
- working-directory: ${{ matrix.recipe.folder }}
+ uses: blue-build/github-action@working-directory
31
with:
32
recipe: ${{ matrix.recipe.file }}
+ working_directory: ${{ matrix.recipe.folder }}
33
cosign_private_key: ${{ secrets.SIGNING_SECRET }}
34
registry_token: ${{ github.token }}
35
pr_event_number: ${{ github.event.number }}
0 commit comments