Skip to content

Commit a57cb3f

Browse files
authored
Remove cosign from build
1 parent b9b3dfe commit a57cb3f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/docker-publish-tags.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,6 @@ jobs:
3434
- name: Checkout repository
3535
uses: actions/checkout@v2
3636

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-
4637
# Workaround: https://github.com/docker/build-push-action/issues/461
4738
- name: Setup Docker buildx
4839
uses: docker/setup-buildx-action@79abd3f86f79a9d68a23c75a09a9a85889262adf

0 commit comments

Comments
 (0)