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