Skip to content

Commit be0adf9

Browse files
committed
Pass env var correctly
1 parent 2578151 commit be0adf9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/docker-publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@ jobs:
8888
chmod +x /usr/local/bin/canary
8989
9090
- name: Validate container
91-
run: canary validate --file canary-validator.yml ${{ env.IMAGE_NAME }}
91+
run: canary validate --file canary-validator.yml $IMAGE_NAME
92+
env:
93+
IMAGE_NAME: ${{ env.IMAGE_NAME }}
9294

9395
# Sign the resulting Docker image digest except on PRs.
9496
# This will only write to the public Rekor transparency log when the Docker

0 commit comments

Comments
 (0)