Skip to content

Commit

Permalink
Fix package-name for delete-package-versions GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
simu committed Jul 26, 2024
1 parent d4dd4fd commit f32cbe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prune-old-container-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/delete-package-versions@v5
with:
package-name: "${{ github.repository }}-gitlab"
package-name: "${{ github.repository }}/gitlab"
package-type: container
# never delete release versions or latest
ignore-versions: "^(v.*|latest)$"
Expand Down

0 comments on commit f32cbe0

Please sign in to comment.