fix: remove cleanup job that deleted latest image

This commit is contained in:
2026-08-01 15:20:59 +02:00
parent 0bacd8b98f
commit cdbe45c881
-13
View File
@@ -39,17 +39,4 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
cleanup-old-images:
needs: build-and-push
runs-on: ubuntu-latest
permissions:
packages: write
steps:
- name: Delete old, untagged image versions
uses: actions/delete-package-versions@v5
with:
package-name: ${{ github.event.repository.name }}
package-type: container
min-versions-to-keep: 1
delete-only-untagged-versions: true