Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
fix: correct package name in cleanup job
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoesbergen committed Dec 3, 2023
1 parent c62e934 commit 0d4a8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Clean up old images
uses: actions/delete-package-versions@v4
with:
package-name: 'leaphy-webbased'
package-name: 'leaphy-webbased/leaphy-webbased'
package-type: 'container'
min-versions-to-keep: 5
delete-only-untagged-versions: 'true'

0 comments on commit 0d4a8c4

Please sign in to comment.