Skip to content

Commit

Permalink
ci: provenance not needed for release target
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
  • Loading branch information
crazy-max committed Feb 2, 2024
1 parent 3f37842 commit 9fa84cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ jobs:
with:
workdir: ./pkg/${{ inputs.name }}
targets: release
provenance: false
set: |
*.output=/tmp/release
-
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ jobs:
./docker-bake.hcl
${{ steps.meta.outputs.bake-file }}
targets: release
provenance: false
set: |
*.output=type=image,push=${{ inputs.release || github.event_name == 'schedule' }}
-
Expand Down

0 comments on commit 9fa84cb

Please sign in to comment.