Skip to content

Commit

Permalink
Update publish-docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pattacini authored Dec 30, 2024
1 parent 2c71097 commit 30edbfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
delete-only-untagged-versions: "true"

0 comments on commit 30edbfa

Please sign in to comment.