Skip to content

Commit

Permalink
try string wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
TShapinsky committed Jul 25, 2024
1 parent c7c78a0 commit 5e0b19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5e0b19f

Please sign in to comment.