mirror of
https://github.com/bpatrik/pigallery2.git
synced 2025-02-03 13:22:05 +02:00
Update build.yml
This commit is contained in:
parent
87d5ae43da
commit
59b114e5a5
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -83,7 +83,7 @@ jobs:
|
|||||||
needs: [create-release]
|
needs: [create-release]
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
container: [alpine, stretch, buster]
|
container: [alpine, debian-stretch, debian-buster]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
@ -121,7 +121,7 @@ jobs:
|
|||||||
push: true
|
push: true
|
||||||
tags: bpatrik/pigallery2:nightly-${{ matrix.container }}
|
tags: bpatrik/pigallery2:nightly-${{ matrix.container }}
|
||||||
-
|
-
|
||||||
name: Build and push alpine release
|
name: Build and push release
|
||||||
if: startsWith(steps.vars.outputs.type , 'tag')
|
if: startsWith(steps.vars.outputs.type , 'tag')
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
@ -131,5 +131,5 @@ jobs:
|
|||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
bpatrik/pigallery2:nightly-${{ matrix.container }}
|
bpatrik/pigallery2:nightly-${{ matrix.container }}
|
||||||
bpatrik/pigallery2:${{ steps.vars.outputs.tag }}-${{ matrix.container == 'buster' && '' || matrix.container }}
|
bpatrik/pigallery2:${{ steps.vars.outputs.tag }}-${{ matrix.container == 'debian-buster' && '' || matrix.container }}
|
||||||
bpatrik/pigallery2:latest-${{ matrix.container == 'buster' && '' || matrix.container }}
|
bpatrik/pigallery2:latest-${{ matrix.container == 'debian-buster' && '' || matrix.container }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user