Skip to content

Commit d5c6fd1

Browse files
committed
reusable workflow for bake
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent ce6e465 commit d5c6fd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,8 +301,8 @@ jobs:
301301
files: ${{ steps.prepare.outputs.files }}
302302
targets: ${{ steps.prepare.outputs.target }}
303303
allow: ${{ inputs.bake-allow }}
304-
pull: ${{ inputs.build-pull }}
305-
sbom: ${{ inputs.build-sbom }}
304+
pull: ${{ inputs.bake-pull }}
305+
sbom: ${{ inputs.bake-sbom }}
306306
set: ${{ steps.prepare.outputs.overrides }}
307307
github-token: ${{ secrets.github-token || github.token }}
308308
env:

0 commit comments

Comments
 (0)