1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00

fixing build file

This commit is contained in:
Patrik J. Braun 2022-03-11 13:32:38 +01:00
parent 26de21c66b
commit 755e1be53b

View File

@ -138,7 +138,7 @@ jobs:
push: true
tags: bpatrik/pigallery2:nightly-${{ matrix.container }}
- name: Push release on new Tag
if: ${{ startsWith(steps.vars.outputs.type , 'tag') && !github.event.issue.pull_request && matrix.container !== 'debian-buster'}}
if: ${{ startsWith(steps.vars.outputs.type , 'tag') && !github.event.issue.pull_request && matrix.container != 'debian-buster'}}
uses: docker/build-push-action@v2
with:
context: .
@ -150,7 +150,7 @@ jobs:
bpatrik/pigallery2:${{ steps.vars.outputs.tag }}-${{ matrix.container }}
bpatrik/pigallery2:latest-${{ matrix.container }}
- name: Push latest on new Tag
if: ${{ startsWith(steps.vars.outputs.type , 'tag') && !github.event.issue.pull_request && matrix.container === 'debian-buster'}}
if: ${{ startsWith(steps.vars.outputs.type , 'tag') && !github.event.issue.pull_request && matrix.container == 'debian-buster'}}
uses: docker/build-push-action@v2
with:
context: .