Skip to content
This repository was archived by the owner on Jan 10, 2024. It is now read-only.

Commit 32ea484

Browse files
authored
Update docker-publish.yml (#1)
Use cosign 1.6.0
1 parent 8d062b6 commit 32ea484

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,11 @@ jobs:
3737

3838
# Install the cosign tool except on PR
3939
# https://github.com/sigstore/cosign-installer
40-
- name: Install go
41-
if: github.event_name != 'pull_request'
42-
uses: actions/setup-go@v2
43-
with:
44-
go-version: '1.17.x'
4540
- name: Install cosign
4641
if: github.event_name != 'pull_request'
4742
uses: sigstore/cosign-installer@main
4843
with:
49-
cosign-release: 'main'
44+
cosign-release: 'v1.6.0'
5045

5146
- name: Set up QEMU
5247
uses: docker/setup-qemu-action@v1

0 commit comments

Comments
 (0)