Skip to content

Commit 473b0a9

Browse files
fix: remaining branch references
1 parent f5c0915 commit 473b0a9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build-product.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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"

0 commit comments

Comments
 (0)