Remove untagged image cleanup step from workflow

Removed the step to delete untagged image versions from the workflow.
This commit is contained in:
Luke Gustafson
2025-10-20 15:13:40 -05:00
committed by GitHub
parent 2450ae732e
commit 8c867d3b16

View File

@@ -113,15 +113,6 @@ jobs:
rm -rf /tmp/.buildx-cache
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
- name: Delete all untagged image versions
if: success() && github.event.inputs.registry != 'dockerhub'
uses: quartx-analytics/ghcr-cleaner@v1
with:
owner-type: user
token: ${{ secrets.GHCR_TOKEN }}
repository-owner: ${{ github.repository_owner }}
delete-untagged: true
- name: Cleanup Docker Images Locally
if: always()
run: |