We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9b3dfe commit a57cb3fCopy full SHA for a57cb3f
.github/workflows/docker-publish-tags.yml
@@ -34,15 +34,6 @@ jobs:
34
- name: Checkout repository
35
uses: actions/checkout@v2
36
37
- # Install the cosign tool except on PR
38
- # https://github.com/sigstore/cosign-installer
39
- - name: Install cosign
40
- if: github.event_name != 'pull_request'
41
- uses: sigstore/cosign-installer@1e95c1de343b5b0c23352d6417ee3e48d5bcd422
42
- with:
43
- cosign-release: 'v1.4.0'
44
-
45
46
# Workaround: https://github.com/docker/build-push-action/issues/461
47
- name: Setup Docker buildx
48
uses: docker/setup-buildx-action@79abd3f86f79a9d68a23c75a09a9a85889262adf
0 commit comments