Skip to content

Commit

Permalink
add full path to tag
Browse files Browse the repository at this point in the history
  • Loading branch information
TShapinsky committed Jul 25, 2024
1 parent 304c577 commit 9afe891
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,9 @@ 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=') }} \
--set worker.tags=${{ env.REGISTRY_BASE_URI }}/worker/${{ join(fromJson(steps.meta.outputs.json)['tags'],' --set *.tags=') }} \
--set web.tags=${{ env.REGISTRY_BASE_URI }}/web/${{ join(fromJson(steps.meta.outputs.json)['tags'],' --set *.tags=') }} \
--set grafana.tags=${{ env.REGISTRY_BASE_URI }}/grafana/${{ 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 9afe891

Please sign in to comment.