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 4f3115f commit e3de1dfCopy full SHA for e3de1df
.github/workflows/build-and-publish.yaml
@@ -96,7 +96,7 @@ jobs:
96
username: ${{ github.actor }}
97
password: ${{ secrets.GITHUB_TOKEN }}
98
- name: Install cosign
99
- uses: sigstore/cosign-installer@v3.10.1
+ uses: sigstore/cosign-installer@v4.0.0
100
with:
101
cosign-release: 'v2.2.4'
102
- name: Sign Docker image with cosign
@@ -126,7 +126,7 @@ jobs:
126
127
128
129
130
131
132
- name: Verify Docker image with cosign
0 commit comments