Skip to content

Commit 0841ea8

Browse files
committed
ci: prune registry cached images
Signed-off-by: Emilien Escalle <[email protected]>
1 parent 720f24a commit 0841ea8

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.github/workflows/__main-ci.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,16 @@ jobs:
3434
[
3535
"application-test",
3636
"test-multi-arch",
37-
"test-mono-arch",
37+
"test-mono-arch"
38+
]
39+
40+
clean-with-cache:
41+
needs: ci
42+
uses: ./.github/workflows/prune-pull-requests-images-tags.yml
43+
with:
44+
prune-cache-images: true
45+
images: |
46+
[
3847
"test-build-args-secrets"
3948
]
4049

0 commit comments

Comments
 (0)