summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorunbelauscht <58393353+unbelauscht@users.noreply.github.com>2023-12-06 14:20:51 +0100
committerGitHub <noreply@github.com>2023-12-06 14:20:51 +0100
commit72478ba7048f036f07b9623690d560708334c46f (patch)
tree31c09c46d6e1ef49ac7defb2d375fdff4d85ea4a /.github/workflows
parent9e970fe4bdec406113928d0cbb4d395d070a27ed (diff)
downloadinvidious-72478ba7048f036f07b9623690d560708334c46f.tar.gz
invidious-72478ba7048f036f07b9623690d560708334c46f.tar.bz2
invidious-72478ba7048f036f07b9623690d560708334c46f.zip
Remove short sha docker tag (#4312)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/container-release.yml2
1 files changed, 0 insertions, 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: |