Skip to content

Commit fd616a3

Browse files
committed
chore: quote var
1 parent aa9296e commit fd616a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
if: github.event_name != 'pull_request' && github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
109109
run: |
110110
IMAGE_FULL="${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_NAME }}"
111-
cosign sign -y --key env://COSIGN_PRIVATE_KEY $IMAGE_FULL@$DIGEST
111+
cosign sign -y --key env://COSIGN_PRIVATE_KEY "$IMAGE_FULL@$DIGEST"
112112
env:
113113
DIGEST: ${{ steps.push.outputs.digest }}
114114
COSIGN_EXPERIMENTAL: false

0 commit comments

Comments
 (0)