fix: rename clickhouse context
This commit is contained in:
parent
49eea756b9
commit
1327e2ad94
|
@ -41,7 +41,7 @@ jobs:
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v3
|
||||||
with:
|
with:
|
||||||
context: "{{defaultContext}}:clickhouse-node1"
|
context: "{{defaultContext}}:clickhouse"
|
||||||
file: "Dockerfile.node1"
|
file: "Dockerfile.node1"
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
|
@ -81,7 +81,7 @@ jobs:
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v3
|
||||||
with:
|
with:
|
||||||
context: "{{defaultContext}}:clickhouse-node2"
|
context: "{{defaultContext}}:clickhouse"
|
||||||
file: "Dockerfile.node2"
|
file: "Dockerfile.node2"
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
|
@ -121,7 +121,7 @@ jobs:
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v3
|
||||||
with:
|
with:
|
||||||
context: "{{defaultContext}}:clickhouse-node3"
|
context: "{{defaultContext}}:clickhouse"
|
||||||
file: "Dockerfile.node3"
|
file: "Dockerfile.node3"
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
|
|
Loading…
Reference in New Issue