Skip to content

Commit

Permalink
Pass env var correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
danielballan committed Jan 5, 2024
1 parent 2578151 commit be0adf9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ jobs:
chmod +x /usr/local/bin/canary
- name: Validate container
run: canary validate --file canary-validator.yml ${{ env.IMAGE_NAME }}
run: canary validate --file canary-validator.yml $IMAGE_NAME
env:
IMAGE_NAME: ${{ env.IMAGE_NAME }}

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

0 comments on commit be0adf9

Please sign in to comment.