diff --git a/.github/workflows/publish-docker.yml b/.github/workflows/publish-docker.yml index 61c469be2..0b8ce8055 100644 --- a/.github/workflows/publish-docker.yml +++ b/.github/workflows/publish-docker.yml @@ -22,9 +22,9 @@ jobs: buildargs: DEPENDENCIES_DIR registry: ghcr.io - name: Clean up Registry from untagged images - uses: actions/delete-package-versions@v4.1.1 + uses: actions/delete-package-versions@v5 with: package-name: 'robots-configuration' package-type: 'container' min-versions-to-keep: 0 - delete-only-untagged-versions: "true" \ No newline at end of file + delete-only-untagged-versions: "true"