Skip to content

Commit

Permalink
ci: fix env.GITHUB_REF_NAME
Browse files Browse the repository at this point in the history
  • Loading branch information
JellyBellyDev committed Dec 19, 2023
1 parent 5cf1738 commit 1afaadc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
env:
TEST_TAG: ghcr.io/immobiliare/inca:test
LATEST_TAG: ghcr.io/immobiliare/inca:latest
NEW_TAG: ghcr.io/immobiliare/inca:${{ GITHUB_REF_NAME }}
NEW_TAG: ghcr.io/immobiliare/inca:${{ env.GITHUB_REF_NAME }}

jobs:
publish:
Expand Down

0 comments on commit 1afaadc

Please sign in to comment.