From 5e0b19feb7c54091ecd33bb41baacdb5aa7a3a8a Mon Sep 17 00:00:00 2001 From: TShapinsky Date: Thu, 25 Jul 2024 09:36:48 -0600 Subject: [PATCH] try string wrap --- .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 cd4b24c3..d91efed0 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=${{ steps.meta.outputs.tags }} + *.tags="${{ steps.meta.outputs.tags }}" push: true # - name: Tag and push images