Skip to content

Commit

Permalink
Use github context to set release ref name
Browse files Browse the repository at this point in the history
The environment variable is not being reflected, we should instead use
the ref name from the github context which should get evaluated.

Signed-off-by: Juan Antonio Osorio <[email protected]>
  • Loading branch information
JAORMX committed Feb 23, 2023
1 parent 88e4ef7 commit c71657f
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 @@ -24,7 +24,7 @@ jobs:
uses: metal-toolbox/container-push/.github/workflows/container-push.yml@main
with:
name: audittail
tag: ${GITHUB_REF_NAME}
tag: ${{ github.ref_name }}
dockerfile_path: images/audittail/Dockerfile
platforms: linux/amd64,linux/arm64

0 comments on commit c71657f

Please sign in to comment.