[clean-ghcr] update image-name for untagged
This commit is contained in:
parent
e2a643ddaf
commit
7346a983e8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/on-push-main.yml
vendored
2
.github/workflows/on-push-main.yml
vendored
|
|
@ -71,7 +71,7 @@ jobs:
|
||||||
- name: Delete untagged images
|
- name: Delete untagged images
|
||||||
uses: snok/container-retention-policy@v2
|
uses: snok/container-retention-policy@v2
|
||||||
with:
|
with:
|
||||||
image-names: gantry
|
image-names: endlessh-go
|
||||||
cut-off: One hour ago UTC
|
cut-off: One hour ago UTC
|
||||||
account-type: personal
|
account-type: personal
|
||||||
token: ${{ secrets.TOKEN_DELETE_GHCR_IMAGES }}
|
token: ${{ secrets.TOKEN_DELETE_GHCR_IMAGES }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue