[clean-ghcr] update keep-at-least to 0 for untagged
This commit is contained in:
parent
bd349e28f8
commit
e2a643ddaf
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
|
|
@ -75,7 +75,7 @@ jobs:
|
||||||
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 }}
|
||||||
keep-at-least: 1
|
keep-at-least: 0
|
||||||
untagged-only: True
|
untagged-only: True
|
||||||
skip-tags: latest, development
|
skip-tags: latest, development
|
||||||
dry-run: False
|
dry-run: False
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue