Skip to content

Commit

Permalink
updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shitwolfymakes committed Mar 22, 2022
1 parent f50bee8 commit 3c8b180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:
-
name: Set tag for non-default branches
if: ${{ env.TAG }} != ${{ github.event.repository.default_branch }}
if: ${{ env.TAG }} != main || ${{ env.TAG }} != v2_devel
run: |
echo "TAG=${{ env.GITHUB_REF_NAME }}" >> $GITHUB_ENV
Expand Down

0 comments on commit 3c8b180

Please sign in to comment.