mirror of
https://github.com/xuthus83/pigallery2.git
synced 2024-11-03 21:04:03 +08:00
make bullseye the default docker container
This commit is contained in:
parent
b1b602afb2
commit
1290a57bfe
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -145,7 +145,7 @@ jobs:
|
|||||||
push: true
|
push: true
|
||||||
tags: bpatrik/pigallery2:nightly-${{ matrix.container }}
|
tags: bpatrik/pigallery2:nightly-${{ matrix.container }}
|
||||||
- name: Push release on new Tag
|
- 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-bullseye'}}
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v3
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
@ -157,7 +157,7 @@ jobs:
|
|||||||
bpatrik/pigallery2:${{ steps.vars.outputs.tag }}-${{ matrix.container }}
|
bpatrik/pigallery2:${{ steps.vars.outputs.tag }}-${{ matrix.container }}
|
||||||
bpatrik/pigallery2:latest-${{ matrix.container }}
|
bpatrik/pigallery2:latest-${{ matrix.container }}
|
||||||
- name: Push latest on new Tag
|
- 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-bullseye'}}
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v3
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
|
Loading…
Reference in New Issue
Block a user