forked from midou/invidious
Remove short sha docker tag (#4312)
This commit is contained in:
parent
9e970fe4bd
commit
72478ba704
2
.github/workflows/container-release.yml
vendored
2
.github/workflows/container-release.yml
vendored
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user