mirror of
https://github.com/xuthus83/pigallery2.git
synced 2024-11-03 21:04:03 +08:00
Update build.yml
Fixing building release on tag
This commit is contained in:
parent
e63a7cae98
commit
2e15defa0f
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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: .
|
||||
|
Loading…
Reference in New Issue
Block a user