summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamantaz Fox <coding@samantaz.fr>2024-08-26 21:55:43 +0200
committerSamantaz Fox <coding@samantaz.fr>2024-08-26 21:55:43 +0200
commit4f066e880c8ea7fb34fa4cb64c3e81a04f272de2 (patch)
treed26b02ba111e810371d15e0b9c2ff0e0c416a4e2
parent3e17d04875570448edf42641175d297ec2ba2aa1 (diff)
downloadinvidious-4f066e880c8ea7fb34fa4cb64c3e81a04f272de2.tar.gz
invidious-4f066e880c8ea7fb34fa4cb64c3e81a04f272de2.tar.bz2
invidious-4f066e880c8ea7fb34fa4cb64c3e81a04f272de2.zip
CI: Fix docker container tags
-rw-r--r--.github/workflows/build-stable-container.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.github/workflows/build-stable-container.yml b/.github/workflows/build-stable-container.yml
index 4f7afab3..d2d106b6 100644
--- a/.github/workflows/build-stable-container.yml
+++ b/.github/workflows/build-stable-container.yml
@@ -47,9 +47,11 @@ jobs:
uses: docker/metadata-action@v5
with:
images: quay.io/invidious/invidious
+ flavor: |
+ latest=false
tags: |
type=semver,pattern={{version}}
- type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
+ type=raw,value=latest
labels: |
quay.expires-after=12w
@@ -71,10 +73,11 @@ jobs:
with:
images: quay.io/invidious/invidious
flavor: |
+ latest=false
suffix=-arm64
tags: |
type=semver,pattern={{version}}
- type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
+ type=raw,value=latest
labels: |
quay.expires-after=12w