From ec1c8907d607f69ce667cb1fd1cd7f2bceb840e2 Mon Sep 17 00:00:00 2001 From: Fernando Lucchesi Date: Thu, 21 Sep 2023 10:16:38 -0300 Subject: [PATCH] =?UTF-8?q?=E2=9A=97=EF=B8=8F=20Experiment=20#1770?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ghcr-cleanup_v2.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ghcr-cleanup_v2.yaml b/.github/workflows/ghcr-cleanup_v2.yaml index b0ba1feea..0802f8cdc 100644 --- a/.github/workflows/ghcr-cleanup_v2.yaml +++ b/.github/workflows/ghcr-cleanup_v2.yaml @@ -61,7 +61,7 @@ jobs: - name: Get tags to keep from output.json id: get-tags run: | - TAGS=$(jq -r '[.web, .studio] | add | unique[] | join(", ")' latest-prod-tags.json) + TAGS=$(jq -r '[.web[], .studio[] | .]| unique[] | join(", ")' latest-prod-tags.json) echo "TAGS_TO_KEEP=$TAGS" >> $GITHUB_ENV echo "TAGS TO KEEP: $TAGS"