From 972be784d588d12ed6541fefe2d13ee4d3b7408c Mon Sep 17 00:00:00 2001 From: Alexandre Chapellon Date: Fri, 4 Oct 2024 17:01:34 +0200 Subject: [PATCH] debug --- .github/workflows/cleanup_images.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cleanup_images.yml b/.github/workflows/cleanup_images.yml index a5e0eea3..98f614a8 100644 --- a/.github/workflows/cleanup_images.yml +++ b/.github/workflows/cleanup_images.yml @@ -28,9 +28,8 @@ jobs: - name: Get package names from bake definition env: JQ_FILTER: >- - .target - | map(select(has("output"))) - | select(map(.output | index("type=docker")))[].tags[] + .target[] + | select(.output | index("type=docker")).tags[] | split("/")[-1] | split(":")[0] run: |