Skip to content

Commit

Permalink
Correct env var name for branch or tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
istride committed Jan 9, 2024
1 parent 706311c commit 00782dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
contents: read
packages: write
env:
IMAGE_TAG: $REGISTRY/$OWNER/${{ matrix.image }}:${{ github.ref.name }}
IMAGE_TAG: $REGISTRY/$OWNER/${{ matrix.image }}:$GITHUB_REF_NAME
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 00782dc

Please sign in to comment.