File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3232 TIME_ZONE : " Europe/Vienna"
3333 NODE_VERSION : ${{ vars.NODE_VERSION || '20.9' }}
3434 PYTHON_VERSION : ${{ vars.PYTHON_VERSION || '3.10' }}
35- WORKFLOW_BRANCH : " feat/deploy_app_update "
35+ WORKFLOW_BRANCH : " feat_deploy_app_update "
3636 PYTHON_BASE_IMAGE : " python:3.10.18-slim-bullseye"
3737 DATAVISYN_PYTHON_BASE_IMAGE : " 188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/python:main"
3838 DATAVISYN_NGINX_BASE_IMAGE : " 188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/nginx:main"
9595 fail-fast : true
9696 matrix :
9797 component : ${{fromJson(needs.prepare-build.outputs.components)}}
98- uses : datavisyn/github-workflows/.github/workflows/build-single-product-part.yml@main
98+ uses : datavisyn/github-workflows/.github/workflows/build-single-product-part.yml@feat_deploy_app_update
9999 with :
100100 component : ${{ matrix.component }}
101101 image_tag1 : ${{ needs.prepare-build.outputs.image_tag1 }}
@@ -111,7 +111,7 @@ jobs:
111111 fail-fast : true
112112 matrix :
113113 component : ${{fromJson(needs.prepare-build.outputs.components)}}
114- uses : datavisyn/github-workflows/.github/workflows/build-workspace-product-part.yml@main
114+ uses : datavisyn/github-workflows/.github/workflows/build-workspace-product-part.yml@feat_deploy_app_update
115115 with :
116116 component : ${{ matrix.component }}
117117 image_tag1 : ${{ needs.prepare-build.outputs.image_tag1 }}
Original file line number Diff line number Diff line change 5454 TIME_ZONE : " Europe/Vienna"
5555 NODE_VERSION : ${{ vars.NODE_VERSION || '20.9' }}
5656 PYTHON_VERSION : ${{ vars.PYTHON_VERSION || '3.10' }}
57- WORKFLOW_BRANCH : " main "
57+ WORKFLOW_BRANCH : " feat_deploy_app_update "
5858 PYTHON_BASE_IMAGE : " python:3.10.18-slim-bullseye"
5959 DATAVISYN_PYTHON_BASE_IMAGE : " 188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/python:main"
6060 DATAVISYN_NGINX_BASE_IMAGE : " 188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/nginx:main"
Original file line number Diff line number Diff line change 4949 TIME_ZONE : " Europe/Vienna"
5050 NODE_VERSION : ${{ vars.NODE_VERSION || '20.9' }}
5151 PYTHON_VERSION : ${{ vars.PYTHON_VERSION || '3.10' }}
52- WORKFLOW_BRANCH : " main "
52+ WORKFLOW_BRANCH : " feat_deploy_app_update "
5353 PYTHON_BASE_IMAGE : " python:3.10.18-slim-bullseye"
5454 DATAVISYN_PYTHON_BASE_IMAGE : " 188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/python:main"
5555 DATAVISYN_NGINX_BASE_IMAGE : " 188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/nginx:main"
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ concurrency:
4343
4444env :
4545 GA_VERSION : " main"
46- WORKFLOW_BRANCH : " feat/deploy_app_update "
46+ WORKFLOW_BRANCH : " feat_deploy_app_update "
4747
4848jobs :
4949 deploy :
You can’t perform that action at this time.
0 commit comments