diff options
| author | Samantaz Fox <coding@samantaz.fr> | 2024-08-26 21:55:43 +0200 |
|---|---|---|
| committer | Samantaz Fox <coding@samantaz.fr> | 2024-08-26 21:55:43 +0200 |
| commit | 4f066e880c8ea7fb34fa4cb64c3e81a04f272de2 (patch) | |
| tree | d26b02ba111e810371d15e0b9c2ff0e0c416a4e2 /.github | |
| parent | 3e17d04875570448edf42641175d297ec2ba2aa1 (diff) | |
| download | invidious-4f066e880c8ea7fb34fa4cb64c3e81a04f272de2.tar.gz invidious-4f066e880c8ea7fb34fa4cb64c3e81a04f272de2.tar.bz2 invidious-4f066e880c8ea7fb34fa4cb64c3e81a04f272de2.zip | |
CI: Fix docker container tags
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build-stable-container.yml | 7 |
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 |
