Skip to content

Commit 2a247cd

Browse files
authored
Merge pull request #3 from drifting-in-space/taylor/remove-cosign
remove cosign
2 parents 66ebd18 + 57c47c9 commit 2a247cd

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/docker-publish.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,6 @@ jobs:
2727
uses: actions/checkout@v3
2828
- name: Set up Depot
2929
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'
3730

3831
# Workaround: https://github.com/docker/build-push-action/issues/461
3932
- name: Setup Docker buildx

0 commit comments

Comments
 (0)