From 01645fbfcba321925e53b42c2347f63904be52ef Mon Sep 17 00:00:00 2001 From: Frederic Leger Date: Fri, 3 Jan 2025 11:54:59 +0100 Subject: [PATCH] ci: fix images tags cleanup --- .github/workflows/clean-docker-tags.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clean-docker-tags.yml b/.github/workflows/clean-docker-tags.yml index 3f840f7..824fc22 100644 --- a/.github/workflows/clean-docker-tags.yml +++ b/.github/workflows/clean-docker-tags.yml @@ -16,6 +16,6 @@ jobs: uses: hoverkraft-tech/ci-github-container/.github/workflows/prune-pull-requests-images-tags.yml@0.18.0 with: runs-on: '["ubuntu-24.04"]' - images: "mailrelay" + images: '["mailrelay"]' prune-cache-images: true pull-request-tag-filter: "^pr-([0-9]+)(?:-|$)"