diff options
| author | unbelauscht <58393353+unbelauscht@users.noreply.github.com> | 2023-12-06 14:20:51 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-06 14:20:51 +0100 |
| commit | 72478ba7048f036f07b9623690d560708334c46f (patch) | |
| tree | 31c09c46d6e1ef49ac7defb2d375fdff4d85ea4a /.github/workflows | |
| parent | 9e970fe4bdec406113928d0cbb4d395d070a27ed (diff) | |
| download | invidious-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.yml | 2 |
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: | |
