Skip to content

Commit 9a8f3e3

Browse files
authored
Disable docker buildx default attestations in release (#1809)
Signed-off-by: Praveen Rewar <8457124+praveenrewar@users.noreply.github.com>
1 parent 3a8f1e3 commit 9a8f3e3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release-process.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545
uses: sigstore/cosign-installer@v4.0.0
4646

4747
- name: Run release script
48+
env:
49+
BUILDX_NO_DEFAULT_ATTESTATIONS: 1
4850
run: |
4951
set -e -x
5052
minikube start --driver=docker --wait=all

0 commit comments

Comments
 (0)