mirror of
https://github.com/xuthus83/pigallery2.git
synced 2025-01-14 14:43:17 +08: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]
|
||||
strategy:
|
||||
matrix:
|
||||
container: [alpine, stretch, buster]
|
||||
container: [alpine, debian-stretch, debian-buster]
|
||||
|
||||
steps:
|
||||
-
|
||||
@ -121,7 +121,7 @@ jobs:
|
||||
push: true
|
||||
tags: bpatrik/pigallery2:nightly-${{ matrix.container }}
|
||||
-
|
||||
name: Build and push alpine release
|
||||
name: Build and push release
|
||||
if: startsWith(steps.vars.outputs.type , 'tag')
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
@ -131,5 +131,5 @@ jobs:
|
||||
push: true
|
||||
tags: |
|
||||
bpatrik/pigallery2:nightly-${{ matrix.container }}
|
||||
bpatrik/pigallery2:${{ steps.vars.outputs.tag }}-${{ matrix.container == 'buster' && '' || matrix.container }}
|
||||
bpatrik/pigallery2:latest-${{ matrix.container == 'buster' && '' || matrix.container }}
|
||||
bpatrik/pigallery2:${{ steps.vars.outputs.tag }}-${{ matrix.container == 'debian-buster' && '' || matrix.container }}
|
||||
bpatrik/pigallery2:latest-${{ matrix.container == 'debian-buster' && '' || matrix.container }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user