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 4267544 commit 4fb42cb
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 @@ -37,7 +37,7 @@ jobs:
if [ "${{ github.ref_name }}" == "main" ]; then
echo "::set-output name=tags::${{ steps.meta.outputs.tags }}"
else
echo "::set-output name=tags::${{ github.ref_name }}"
echo "::set-output name=tags::journey0ad/bitmagnet-next-web:${{ github.ref_name }}"
fi
-
Expand Down

0 comments on commit 4fb42cb

Please sign in to comment.