diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d91efed0..dacc33a0 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="${{ join(fromJson(steps.meta.outputs.json)['tags'],',') }}" push: true # - name: Tag and push images