Skip to content

Commit 5ac93d3

Browse files
authored
Update docker-image.yml
1 parent 2b03041 commit 5ac93d3

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/docker-image.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,16 @@ jobs:
2222
contents: read
2323
packages: write
2424
id-token: write
25+
2526
steps:
2627
- name: Checkout repository
2728
uses: actions/checkout@v3
2829

29-
-
30-
name: Set up QEMU
31-
uses: docker/setup-qemu-action@v3
30+
- name: Install cosign
31+
if: github.event_name != 'pull_request'
32+
uses: sigstore/[email protected]
33+
with:
34+
cosign-release: "v2.4.3"
3235

3336
- name: Setup Docker buildx
3437
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)