Skip to content

Commit

Permalink
ci: disable provenance in docker bake
Browse files Browse the repository at this point in the history
Signed-off-by: David van der Spek <vanderspek.david@gmail.com>
  • Loading branch information
davidspek committed Sep 28, 2023
1 parent 98ccda8 commit bbfdd50
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
Expand Up @@ -92,6 +92,7 @@ jobs:
uses: docker/bake-action@v4
with:
targets: artifact-all
provenance: false
-
name: Move artifacts
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Expand Up @@ -99,6 +99,7 @@ jobs:
uses: docker/bake-action@v4
with:
targets: artifact-all
provenance: false
- name: Move artifacts
run: |
mv ./bin/**/* ./bin/
Expand Down

0 comments on commit bbfdd50

Please sign in to comment.