Skip to content

Commit

Permalink
using provenance instead of attesition from buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed May 16, 2023
1 parent bb9b354 commit 7d345de
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,11 @@ jobs:
| tee docker-bake-template-meta.json
- name: Build images with buildx bake
id: bake
env:
BUILDX_NO_DEFAULT_ATTESTATIONS: 1
uses: docker/[email protected]
with:
# Using provenance to disable default attestation so it will build only desired images:
# https://github.com/orgs/community/discussions/45969
provenance: false
files: |
docker-bake.hcl
build.json
Expand Down

0 comments on commit 7d345de

Please sign in to comment.