Skip to content

Commit 51e9c93

Browse files
authored
Switch to right branches
1 parent aed4ae7 commit 51e9c93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-product.yml

Lines changed: 2 additions & 2 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: "new_deployment"
30+
WORKFLOW_BRANCH: "dockerfile_in_app"
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@new_deployment
93+
uses: datavisyn/github-workflows/.github/workflows/build-single-product-part.yml@dockerfile_in_app
9494
with:
9595
component: ${{ matrix.component }}
9696
image_tag1: ${{ needs.prepare-build.outputs.image_tag1 }}

0 commit comments

Comments
 (0)