Skip to content

Commit 351c7f2

Browse files
dvvanessastoiberdv-mina-basta
authored andcommitted
fix: remaining branch references
1 parent f5c0915 commit 351c7f2

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/build-product.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ env:
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"
@@ -95,7 +95,7 @@ jobs:
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 }}

.github/workflows/build-single-product-part.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ env:
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"

.github/workflows/build-workspace-product-part.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ env:
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"

.github/workflows/deploy-product.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ concurrency:
4343

4444
env:
4545
GA_VERSION: "main"
46-
WORKFLOW_BRANCH: "feat/deploy_app_update"
46+
WORKFLOW_BRANCH: "feat_deploy_app_update"
4747

4848
jobs:
4949
deploy:

0 commit comments

Comments
 (0)