Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Fixing building release on tag
  • Loading branch information
bpatrik committed May 28, 2021
1 parent e63a7ca commit 2e15def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
tags: bpatrik/pigallery2:nightly-${{ matrix.container }}
-
name: Build and push release on new Tag
if: ${{ startsWith(steps.vars.outputs.type , 'tag') && !github.event.issue.pull_request && github.ref == 'refs/heads/master' }}
if: ${{ startsWith(steps.vars.outputs.type , 'tag') && !github.event.issue.pull_request }}
uses: docker/build-push-action@v2
with:
context: .
Expand Down

0 comments on commit 2e15def

Please sign in to comment.