Skip to content

Commit 91c5003

Browse files
committed
Enable full matrix
1 parent 079b258 commit 91c5003

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/cleanup.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
strategy:
1515
matrix:
1616
image:
17-
- ci/debian-bullseye
18-
# - debian-bookworm
19-
# - rhel-9.4
20-
# - rhel-9.6
21-
# - tools-rippled
22-
# - ubuntu-jammy
23-
# - ubuntu-noble
17+
- debian-bullseye
18+
- debian-bookworm
19+
- rhel-9.4
20+
- rhel-9.6
21+
- tools-rippled
22+
- ubuntu-jammy
23+
- ubuntu-noble
2424
steps:
2525
- name: Cleanup images in the GitHub Container Registry
2626
uses: dataaxiom/ghcr-cleanup-action@v1
@@ -30,4 +30,4 @@ jobs:
3030
delete-partial-images: true
3131
delete-untagged: true
3232
dry-run: true
33-
package: ${{ matrix.image }}
33+
package: ci/${{ matrix.image }}

0 commit comments

Comments
 (0)