Skip to content

Commit 2136df0

Browse files
committed
ci(docker): disable provenance attestations for docker/buildx#1533
ghcr/quay have been giving unknown/unknown images since I released 0.12.0 docker/build-push-action#900 (comment)
1 parent 7c5bc60 commit 2136df0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-docker.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
password: ${{ secrets.GH_TOKEN }}
5252

5353
- name: Login to Quay.io
54-
if: github.event_name != 'pull_request'
54+
if: github.event_name != 'pull_request'
5555
uses: docker/login-action@v2
5656
with:
5757
registry: quay.io
@@ -76,6 +76,7 @@ jobs:
7676
cache-from: type=local,src=/tmp/.buildx-cache
7777
cache-to: type=local,dest=/tmp/.buildx-cache
7878
platforms: linux/amd64,linux/arm,linux/arm64
79+
provenance: false
7980
build-args: |
8081
BUILD_VERSION=${{ github.event.release.tag_name }}
8182
GO_VERSION=${{ env.GO_VERSION }}
@@ -94,6 +95,7 @@ jobs:
9495
cache-from: type=local,src=/tmp/.buildx-cache
9596
cache-to: type=local,dest=/tmp/.buildx-cache
9697
platforms: linux/amd64,linux/arm,linux/arm64
98+
provenance: false
9799
build-args: |
98100
BUILD_VERSION=${{ env.sha_short }}
99101
GO_VERSION=${{ env.GO_VERSION }}

0 commit comments

Comments
 (0)