We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a8f1e3 commit 9a8f3e3Copy full SHA for 9a8f3e3
1 file changed
.github/workflows/release-process.yml
@@ -45,6 +45,8 @@ jobs:
45
uses: sigstore/cosign-installer@v4.0.0
46
47
- name: Run release script
48
+ env:
49
+ BUILDX_NO_DEFAULT_ATTESTATIONS: 1
50
run: |
51
set -e -x
52
minikube start --driver=docker --wait=all
0 commit comments