mirror of
https://github.com/xuthus83/pigallery2.git
synced 2024-11-03 21:04:03 +08:00
Update build.yml
This commit is contained in:
parent
85c845ca4a
commit
87d5ae43da
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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:${{ steps.vars.outputs.tag }}-${{ matrix.container == 'buster' && '' || matrix.container }}
|
||||
bpatrik/pigallery2:latest-${{ matrix.container == 'buster' && '' || matrix.container }}
|
||||
|
Loading…
Reference in New Issue
Block a user