Typo
Co-authored-by: Samantaz Fox <coding@samantaz.fr>
This commit is contained in:
parent
aace30b2b4
commit
220cc9bd2f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-stable-container.yml
vendored
4
.github/workflows/build-stable-container.yml
vendored
|
@ -47,7 +47,7 @@ jobs:
|
|||
with:
|
||||
images: quay.io/invidious/invidious
|
||||
tags: |
|
||||
type=semvar,pattern={{version}}
|
||||
type=semver,pattern={{version}}
|
||||
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
|
||||
labels: |
|
||||
quay.expires-after=12w
|
||||
|
@ -72,7 +72,7 @@ jobs:
|
|||
flavor: |
|
||||
suffix=-arm64
|
||||
tags: |
|
||||
type=semvar,pattern={{version}}
|
||||
type=semver,pattern={{version}}
|
||||
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
|
||||
labels: |
|
||||
quay.expires-after=12w
|
||||
|
|
Loading…
Reference in a new issue