Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
journey-ad authored Jun 25, 2024
1 parent 631594e commit 4267544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
name: Determine image tag
id: determine_tag
run: |
if [ "${{ GITHUB_REF_NAME }}" == "main" ]; then
if [ "${{ github.ref_name }}" == "main" ]; then
echo "::set-output name=tags::${{ steps.meta.outputs.tags }}"
else
echo "::set-output name=tags::${{ github.ref_name }}"
Expand Down

0 comments on commit 4267544

Please sign in to comment.