From a646ee145529b63dc1d81d74d34153962aaf8b22 Mon Sep 17 00:00:00 2001 From: unbelauscht <58393353+unbelauscht@users.noreply.github.com> Date: Wed, 11 Oct 2023 08:46:32 +0000 Subject: [PATCH] Use short sha to follow existing tagging style --- .github/workflows/container-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/container-release.yml b/.github/workflows/container-release.yml index 0ed56184..7e290c1e 100644 --- a/.github/workflows/container-release.yml +++ b/.github/workflows/container-release.yml @@ -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: |