File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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"
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 }}
You can’t perform that action at this time.
0 commit comments