Skip to content

Commit f7ea4ba

Browse files
authored
Update build-product.yml
1 parent e7c50cc commit f7ea4ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-product.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ env:
2727
TIME_ZONE: "Europe/Vienna"
2828
NODE_VERSION: "20.9"
2929
PYTHON_VERSION: "3.10"
30-
WORKFLOW_BRANCH: "rspack"
30+
WORKFLOW_BRANCH: "new_deployment"
3131
PYTHON_BASE_IMAGE: "python:3.10.8-slim-bullseye"
3232
DATAVISYN_PYTHON_BASE_IMAGE: "188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/python:main"
3333
DATAVISYN_NGINX_BASE_IMAGE: "188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/nginx:main"
@@ -90,7 +90,7 @@ jobs:
9090
fail-fast: true
9191
matrix:
9292
component: ${{fromJson(needs.prepare-build.outputs.components)}}
93-
uses: datavisyn/github-workflows/.github/workflows/build-single-product-part.yml@rspack
93+
uses: datavisyn/github-workflows/.github/workflows/build-single-product-part.yml@new_deployment
9494
with:
9595
component: ${{ matrix.component }}
9696
image_tag1: ${{ needs.prepare-build.outputs.image_tag1 }}
@@ -105,7 +105,7 @@ jobs:
105105
fail-fast: true
106106
matrix:
107107
component: ${{fromJson(needs.prepare-build.outputs.components)}}
108-
uses: datavisyn/github-workflows/.github/workflows/build-workspace-product-part.yml@rspack
108+
uses: datavisyn/github-workflows/.github/workflows/build-workspace-product-part.yml@new_deployment
109109
with:
110110
component: ${{ matrix.component }}
111111
image_tag1: ${{ needs.prepare-build.outputs.image_tag1 }}

0 commit comments

Comments
 (0)