Use short sha to follow existing tagging style

This commit is contained in:
unbelauscht 2023-10-11 08:46:32 +00:00 committed by unbelauscht
parent 9d0b26fbc2
commit a646ee1455

View File

@ -57,7 +57,7 @@ jobs:
with:
images: quay.io/invidious/invidious
tags: |
type=sha
type=sha,format=short
type=sha,format=short,prefix={{date 'YYYY.MM.DD'}}-,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
labels: |
@ -83,7 +83,7 @@ jobs:
flavor: |
suffix=-arm64
tags: |
type=sha
type=sha,format=short
type=sha,format=short,prefix={{date 'YYYY.MM.DD'}}-,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
labels: |