Skip to content

Commit

Permalink
Merge pull request #4736 from liangyuanpeng/bump_cosign_2.2.3
Browse files Browse the repository at this point in the history
chore: bump cosigin to v2.2.3.
  • Loading branch information
karmada-bot authored Mar 25, 2024
2 parents 0a88f33 + d0cfd2e commit dca5c1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub-latest-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Install Cosign
uses: sigstore/[email protected]
with:
cosign-release: 'v1.13.1'
cosign-release: 'v2.2.3'
- name: install QEMU
uses: docker/setup-qemu-action@v2
- name: install Buildx
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub-released-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install Cosign
uses: sigstore/[email protected]
with:
cosign-release: 'v1.13.1'
cosign-release: 'v2.2.3'
- name: install QEMU
uses: docker/setup-qemu-action@v2
- name: install Buildx
Expand Down

0 comments on commit dca5c1a

Please sign in to comment.