We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa9296e commit fd616a3Copy full SHA for fd616a3
.github/workflows/publish.yaml
@@ -108,7 +108,7 @@ jobs:
108
if: github.event_name != 'pull_request' && github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
109
run: |
110
IMAGE_FULL="${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_NAME }}"
111
- cosign sign -y --key env://COSIGN_PRIVATE_KEY $IMAGE_FULL@$DIGEST
+ cosign sign -y --key env://COSIGN_PRIVATE_KEY "$IMAGE_FULL@$DIGEST"
112
env:
113
DIGEST: ${{ steps.push.outputs.digest }}
114
COSIGN_EXPERIMENTAL: false
0 commit comments