Skip to content

Commit

Permalink
try brace expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
TShapinsky committed Jul 25, 2024
1 parent 8545f7c commit 89f054e
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=${{ join(fromJson(steps.meta.outputs.json)['tags'],"\n *.tags=") }}
*.tags={${{ join(fromJson(steps.meta.outputs.json)['tags'],',') }}}
push: true

# - name: Tag and push images
Expand Down

0 comments on commit 89f054e

Please sign in to comment.