From 8545f7c527791c06acab3697f261a09a63465bf5 Mon Sep 17 00:00:00 2001 From: TShapinsky Date: Thu, 25 Jul 2024 09:53:48 -0600 Subject: [PATCH] try double quote instead of single quote --- .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 4216b4de..21a69056 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -297,7 +297,7 @@ jobs: worker.cache-to=type=gha,mode=max,scope=worker:${{ github.ref_name }} grafana.cache-to=type=gha,mode=max,scope=grafana:${{ github.ref_name }} worker.platform=linux/amd64,linux/arm64 - *.tags=${{ join(fromJson(steps.meta.outputs.json)['tags'],'\n *.tags=') }} + *.tags=${{ join(fromJson(steps.meta.outputs.json)['tags'],"\n *.tags=") }} push: true # - name: Tag and push images