Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andifalk authored Oct 8, 2023
1 parent 608e2a6 commit b6ca20c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: "andifalk/supply-chain-security:${GITHUB_REF_NAME}"
tags: andifalk/supply-chain-security:$GITHUB_REF_NAME
- name: Sign image with a key
run: |
cosign sign --yes --key env://COSIGN_PRIVATE_KEY "andifalk/supply-chain-security:${GITHUB_REF_NAME}@${DIGEST}"
Expand Down

0 comments on commit b6ca20c

Please sign in to comment.