Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.

Commit

Permalink
Fix release: Use github context instead of env variable
Browse files Browse the repository at this point in the history
The variable is not evaluated during the workflow call evaluation, we
should use the `github` context instead.

Signed-off-by: Juan Antonio Osorio <juan.osoriorobles@eu.equinix.com>
  • Loading branch information
JAORMX committed Feb 23, 2023
1 parent b50317d commit 4be265e
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: treeman
tag: ${GITHUB_REF_NAME}
tag: ${{ github.ref_name }}
registry_org: ${{ github.repository }}
dockerfile_path: images/treeman/Dockerfile
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit 4be265e

Please sign in to comment.