Skip to content

Commit

Permalink
Merge pull request #522 from DanielKotik/delete-untagged-containers
Browse files Browse the repository at this point in the history
Fix workflow issues in cleanup.yml
  • Loading branch information
DanielKotik authored May 30, 2024
2 parents dcb3562 + 1032786 commit 82c62bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
- name: mala_conda_cpu
uses: actions/delete-package-versions@v5
with:
package_name: 'mala_conda_cpu'
package_type: 'container'
package-name: 'mala_conda_cpu'
package-type: 'container'
delete-only-untagged-versions: 'true'

0 comments on commit 82c62bf

Please sign in to comment.