Skip to content

Commit

Permalink
Update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-pimenta-DME committed Nov 6, 2023
1 parent 60188bb commit 6327fbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
if: github.event_name != 'pull_request'
uses: sigstore/cosign-installer@f3c664df7af409cb4873aa5068053ba9d61a57b6 #v2.6.0
with:
cosign-release: 'v1.13.1'
cosign-release: 'v2.2.0'


# Workaround: https://github.com/docker/build-push-action/issues/461
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
if: github.event_name != 'pull_request'
uses: sigstore/cosign-installer@f3c664df7af409cb4873aa5068053ba9d61a57b6 #v2.6.0
with:
cosign-release: 'v1.13.1'
cosign-release: 'v2.2.0'


# Workaround: https://github.com/docker/build-push-action/issues/461
Expand Down

0 comments on commit 6327fbe

Please sign in to comment.