Release container: add -arm64 to each tag for arm64

The global suffix isn't added on the Arm64 builds for whatever reason.
This commit is contained in:
syeopite 2024-08-25 23:43:24 +00:00 committed by GitHub
parent 3e17d04875
commit 6f957ceeec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -70,11 +70,9 @@ jobs:
uses: docker/metadata-action@v5
with:
images: quay.io/invidious/invidious
flavor: |
suffix=-arm64
tags: |
type=semver,pattern={{version}}
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
type=semver,pattern={{version}},suffix=-arm64
type=raw,value=latest,suffix=-arm64,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
labels: |
quay.expires-after=12w