Skip to content

Commit

Permalink
Use env context for repo variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Aug 30, 2024
1 parent 30ea0e5 commit 0bd0e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
with:
platforms: linux/amd64,linux/arm64
push: true
tags: ${REPO}:latest,${REPO}:${{ steps.vars.outputs.version }}
tags: ${{ env.REPO }}:latest,${{ env.REPO }}:${{ steps.vars.outputs.version }}

0 comments on commit 0bd0e27

Please sign in to comment.