Skip to content

Commit 5378407

Browse files
authored
Change package name in docker-cleanup workflow
1 parent b2c692a commit 5378407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/delete-package-versions@v5
1414
with:
15-
package-name: 'autogram-solver'
15+
package-name: 'sdmeta'
1616
package-type: 'container'
1717
min-versions-to-keep: 10
1818
delete-only-untagged-versions: false

0 commit comments

Comments
 (0)