Co-authored-by: Samantaz Fox <coding@samantaz.fr>
This commit is contained in:
syeopite 2024-07-04 10:13:01 -07:00
parent aace30b2b4
commit 220cc9bd2f
No known key found for this signature in database
GPG Key ID: A73C186DA3955A1A
1 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ jobs:
with: with:
images: quay.io/invidious/invidious images: quay.io/invidious/invidious
tags: | tags: |
type=semvar,pattern={{version}} type=semver,pattern={{version}}
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }} type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
labels: | labels: |
quay.expires-after=12w quay.expires-after=12w
@ -72,7 +72,7 @@ jobs:
flavor: | flavor: |
suffix=-arm64 suffix=-arm64
tags: | tags: |
type=semvar,pattern={{version}} type=semver,pattern={{version}}
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }} type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
labels: | labels: |
quay.expires-after=12w quay.expires-after=12w