Skip to content

Commit bbc443d

Browse files
committed
docker: add min-versions-to-keep option for cleanup step
This change ensures that at least one version of the GitHub Packages images is retained during the cleanup process. Signed-off-by: Chiho Sin <[email protected]>
1 parent 7b9261e commit bbc443d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker_build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,5 @@ jobs:
9292
with:
9393
package-name: ${{ github.repository }}
9494
package-type: container
95+
min-versions-to-keep: 1
9596
delete-only-untagged-versions: true

0 commit comments

Comments
 (0)