Skip to content

Commit

Permalink
split to multiple sets
Browse files Browse the repository at this point in the history
  • Loading branch information
TShapinsky committed Jul 25, 2024
1 parent de6b5c8 commit 304c577
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 @@ -312,7 +312,7 @@ jobs:
--set web.cache-to=type=gha,mode=max,scope=web:${{ github.ref_name }} \
--set worker.cache-to=type=gha,mode=max,scope=worker:${{ github.ref_name }} \
--set grafana.cache-to=type=gha,mode=max,scope=grafana:${{ github.ref_name }} \
--set *.tags={${{ join(fromJson(steps.meta.outputs.json)['tags'],',') }}} \
--set *.tags=${{ join(fromJson(steps.meta.outputs.json)['tags'],' --set *.tags=') }} \
--push
# - name: Tag and push images
# run: ./.github/workflows/tag_push_docker.sh

0 comments on commit 304c577

Please sign in to comment.