Skip to content

Commit

Permalink
fix: Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored May 18, 2023
1 parent e280330 commit f4d99c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,5 +132,5 @@ jobs:
DOCKER_CONTENT_TRUST: 1

- name: Sign the images with GitHub OIDC Token using cosign
run: cosign --yes sign ghcr.io/radiorabe/s2i-core@${{ steps.docker_push.outputs.digest }}
run: cosign sign --yes ghcr.io/radiorabe/s2i-core@${{ steps.docker_push.outputs.digest }}
if: ${{ github.event_name != 'pull_request' && startsWith(github.event.ref, 'refs/tags/v') }}

0 comments on commit f4d99c3

Please sign in to comment.