mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-10 09:07:48 +01:00
Expire sha images after 6 weeks
This commit is contained in:
parent
5ce0b1c18e
commit
380b64071e
1 changed files with 1 additions and 0 deletions
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 a new issue