From 304c577bdfc37f26be29bf2571737b0558cc885c Mon Sep 17 00:00:00 2001 From: TShapinsky Date: Thu, 25 Jul 2024 10:10:36 -0600 Subject: [PATCH] split to multiple sets --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c087f9cf..aa32db6b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -312,7 +312,7 @@ jobs: --set web.cache-to=type=gha,mode=max,scope=web:${{ github.ref_name }} \ --set worker.cache-to=type=gha,mode=max,scope=worker:${{ github.ref_name }} \ --set grafana.cache-to=type=gha,mode=max,scope=grafana:${{ github.ref_name }} \ - --set *.tags={${{ join(fromJson(steps.meta.outputs.json)['tags'],',') }}} \ + --set *.tags=${{ join(fromJson(steps.meta.outputs.json)['tags'],' --set *.tags=') }} \ --push # - name: Tag and push images # run: ./.github/workflows/tag_push_docker.sh