mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-10 07:22:16 +05:30
Expire sha images after 6 weeks
This commit is contained in:
parent
5ce0b1c18e
commit
380b64071e
1
.github/workflows/container-release.yml
vendored
1
.github/workflows/container-release.yml
vendored
@ -43,5 +43,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: docker/Dockerfile
|
file: docker/Dockerfile
|
||||||
|
labels: quay.expires-after=6w
|
||||||
push: true
|
push: true
|
||||||
tags: quay.io/invidious/invidious:${{ github.sha }}
|
tags: quay.io/invidious/invidious:${{ github.sha }}
|
||||||
|
Loading…
Reference in New Issue
Block a user