keep 50 images
This commit is contained in:
parent
5fd6d8209c
commit
d3a9ade51f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cleanup.yml
vendored
2
.github/workflows/cleanup.yml
vendored
|
|
@ -20,5 +20,5 @@ jobs:
|
||||||
with:
|
with:
|
||||||
package-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} # Skift til dit image navn
|
package-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} # Skift til dit image navn
|
||||||
package-type: 'container'
|
package-type: 'container'
|
||||||
min-versions-to-keep: 5
|
min-versions-to-keep: 50
|
||||||
delete-only-untagged-versions: 'false'
|
delete-only-untagged-versions: 'false'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue