From 72478ba7048f036f07b9623690d560708334c46f Mon Sep 17 00:00:00 2001 From: unbelauscht <58393353+unbelauscht@users.noreply.github.com> Date: Wed, 6 Dec 2023 14:20:51 +0100 Subject: [PATCH] Remove short sha docker tag (#4312) --- .github/workflows/container-release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/container-release.yml b/.github/workflows/container-release.yml index 678c3513..e44ac200 100644 --- a/.github/workflows/container-release.yml +++ b/.github/workflows/container-release.yml @@ -57,7 +57,6 @@ jobs: with: images: quay.io/invidious/invidious tags: | - 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 +82,6 @@ jobs: flavor: | suffix=-arm64 tags: | - 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: |