Skip to content

Commit

Permalink
Correct env variable in GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
svenne87 committed Jan 8, 2021
1 parent 61e1e92 commit fd1c16e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Publish package on GitHub
env:
IMAGE_TAG: "ghcr.io/standout/integrationer-steps-ruby-runner:${{ GITHUB_REF:10 }}"
IMAGE_TAG: "ghcr.io/standout/integrationer-steps-ruby-runner:${{ github.event.release.tag_name }}"
on:
release:
types: [published]
Expand Down

0 comments on commit fd1c16e

Please sign in to comment.