Skip to content

Commit

Permalink
allow for merge
Browse files Browse the repository at this point in the history
  • Loading branch information
lyuboxa committed Oct 22, 2024
1 parent b2f3b45 commit 37700e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
run: rm -f .git-credentials

merge-push-docker-image:
if: ${{ startsWith(github.ref, 'refs/tags') }} ## REMOVE BEFORE MERGE
# if: ${{ startsWith(github.ref, 'refs/tags') }} ## REMOVE BEFORE MERGE
name: Merge and push Docker image
runs-on: ubuntu-latest
needs: build-docker-image
Expand Down

0 comments on commit 37700e2

Please sign in to comment.