Skip to content

Commit

Permalink
Update publish-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
theource authored Jul 5, 2022
1 parent 885152c commit 7a52afb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
name: Set tag for non-default branch
if: steps.branch-name.outputs.is_default == 'false'
run: |
echo "Branch name is ${{ env.GITHUB_REF_NAME }}"
echo "TAG=${{ env.GITHUB_REF_NAME }}" >> $GITHUB_ENV
echo "Branch name is ${GITHUB_REF##*/}"
echo "TAG=${GITHUB_REF##*/}" >> $GITHUB_ENV
# Workaround: https://github.com/docker/build-push-action/issues/461
-
Expand Down

0 comments on commit 7a52afb

Please sign in to comment.