We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2578151 commit be0adf9Copy full SHA for be0adf9
1 file changed
.github/workflows/docker-publish.yml
@@ -88,7 +88,9 @@ jobs:
88
chmod +x /usr/local/bin/canary
89
90
- name: Validate container
91
- run: canary validate --file canary-validator.yml ${{ env.IMAGE_NAME }}
+ run: canary validate --file canary-validator.yml $IMAGE_NAME
92
+ env:
93
+ IMAGE_NAME: ${{ env.IMAGE_NAME }}
94
95
# Sign the resulting Docker image digest except on PRs.
96
# This will only write to the public Rekor transparency log when the Docker
0 commit comments