1
0
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:
Patrik J. Braun 2021-05-09 23:32:12 +02:00 committed by GitHub
parent 85c845ca4a
commit 87d5ae43da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}