Skip to content

Commit bed8256

Browse files
author
Cameron Rutherford
authored
Update spack_cpu_build.yaml
1 parent e47389a commit bed8256

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/spack_cpu_build.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,17 @@ env:
1313
on: [pull_request]
1414

1515
jobs:
16+
cleanup_registry:
17+
runs-on: ubuntu-22.04
18+
steps:
19+
- name: Cleanup
20+
uses: actions/delete-package-versions@v5
21+
with:
22+
package-name: 'exago'
23+
package-type: 'container'
24+
min-versions-to-keep: 100
25+
delete-only-untagged-versions: 'true'
26+
1627
base_image_build:
1728
runs-on: ubuntu-22.04
1829
permissions:

0 commit comments

Comments
 (0)