Test of orphan git images (old dev-containers)

This commit is contained in:
Benjamin Harder
2024-08-11 20:24:18 +02:00
parent db50942ee8
commit cdd5d9d7e5

View File

@@ -74,10 +74,13 @@ jobs:
--build-arg SHORT_COMMIT_ID=$SHORT_COMMIT_ID \
--push \
# - name: "Clean up docker images"
# uses: dataaxiom/ghcr-cleanup-action@main
# with:
# keep-n-tagged: 10
# exclude-tags: dev
# dry-run: true
# token: ${{secrets.GITHUB_TOKEN}}
- name: "Clean up docker images"
uses: dataaxiom/ghcr-cleanup-action@main
with:
dry-run: true
keep-n-tagged: 10
exclude-tags: dev
delete-untagged: true
delete-ghost-images: true
delete-partial-images: true
token: ${{ secrets.GITHUB_TOKEN }}