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.
2 parents 66ebd18 + 57c47c9 commit 2a247cdCopy full SHA for 2a247cd
.github/workflows/docker-publish.yml
@@ -27,13 +27,6 @@ jobs:
27
uses: actions/checkout@v3
28
- name: Set up Depot
29
uses: depot/setup-action@v1
30
- # Install the cosign tool except on PR
31
- # https://github.com/sigstore/cosign-installer
32
- - name: Install cosign
33
- if: github.event_name != 'pull_request'
34
- uses: sigstore/cosign-installer@f3c664df7af409cb4873aa5068053ba9d61a57b6 #v2.6.0
35
- with:
36
- cosign-release: 'v1.13.1'
37
38
# Workaround: https://github.com/docker/build-push-action/issues/461
39
- name: Setup Docker buildx
0 commit comments