Skip to content

Commit

Permalink
SRE-1913 - overwrite sig
Browse files Browse the repository at this point in the history
  • Loading branch information
Sivli-Embir committed Jul 15, 2024
1 parent 6ef8249 commit c8ed611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/sign_ghcr/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ runs:
- name: Sign the images with GH OIDC Token
shell: bash
run: |
cosign sign -d -y $IMAGE
cosign sign -d -a tag=latest -y $IMAGE
env:
COSIGN_REPOSITORY: ghcr.io/${{ inputs.image-name }}-signatures
IMAGE: ghcr.io/${{ inputs.image-name }}@${{ inputs.image-digest }}

0 comments on commit c8ed611

Please sign in to comment.