fix: rename clickhouse context

This commit is contained in:
Reinaldy Rafli 2023-02-07 20:18:36 +07:00
parent 49eea756b9
commit 1327e2ad94
Signed by: aldy505
GPG Key ID: 1DAB793F100A560A
1 changed files with 3 additions and 3 deletions

View File

@ -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 }}