We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a730f8d commit c8be435Copy full SHA for c8be435
.github/workflows/release.yml
@@ -43,12 +43,12 @@ jobs:
43
44
- name: Build and push
45
uses: docker/build-push-action@v4
46
+ env:
47
+ BUILDX_NO_DEFAULT_ATTESTATIONS: 1 # https://github.com/orgs/community/discussions/45969
48
with:
49
platforms: linux/amd64,linux/arm64
50
push: true
51
pull: true
- env:
- BUILDX_NO_DEFAULT_ATTESTATIONS: 1 # https://github.com/orgs/community/discussions/45969
52
labels: |
53
org.opencontainers.image.source=${{ github.server_url }}/${{ github.repository }}
54
org.opencontainers.image.licenses=Apache-2.0
0 commit comments