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 7b92485 commit 608e2a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 All @@ -62,4 +62,4 @@ jobs:
digest: ${{ needs.publish.outputs.digest }}
registry-username: andifalk
secrets:
registry-password: ${{ secrets.DOCKERHUB_TOKEN }}
registry-password: ${{ secrets.DOCKERHUB_TOKEN }}

0 comments on commit 608e2a6

Please sign in to comment.