diff --git a/.github/workflows/docker-ghcr.yml b/.github/workflows/docker-ghcr.yml index 7622b14..b4005df 100644 --- a/.github/workflows/docker-ghcr.yml +++ b/.github/workflows/docker-ghcr.yml @@ -80,10 +80,3 @@ jobs: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.tags.outputs.full }} - - name: Delete untagged GHCR images - if: github.event_name != 'pull_request' - uses: actions/delete-package-versions@v5 - with: - package-name: 3proxy - package-type: container - delete-only-untagged-versions: true