diff --git a/.github/workflows/build-node-python.yml b/.github/workflows/build-node-python.yml index aaafb781..079a961e 100644 --- a/.github/workflows/build-node-python.yml +++ b/.github/workflows/build-node-python.yml @@ -74,7 +74,7 @@ env: PYPI_REGISTRY: "https://upload.pypi.org/legacy/" PYPI_USERNAME: "datavisyn" PYTHON_VERSION: "3.10" - WORKFLOW_BRANCH: "new_deployment" + WORKFLOW_BRANCH: "vstoiber-update-nginx" permissions: contents: read diff --git a/.github/workflows/build-node.yml b/.github/workflows/build-node.yml index 1cb2ad43..938b8601 100644 --- a/.github/workflows/build-node.yml +++ b/.github/workflows/build-node.yml @@ -16,7 +16,7 @@ on: env: NPM_REGISTRY: "https://registry.npmjs.org/" NODE_VERSION: "20.9" - WORKFLOW_BRANCH: "new_deployment" + WORKFLOW_BRANCH: "vstoiber-update-nginx" permissions: contents: read diff --git a/.github/workflows/build-product.yml b/.github/workflows/build-product.yml index 2bce26c6..8467901b 100644 --- a/.github/workflows/build-product.yml +++ b/.github/workflows/build-product.yml @@ -24,10 +24,10 @@ env: TIME_ZONE: "Europe/Vienna" NODE_VERSION: "20.9" PYTHON_VERSION: "3.10" - WORKFLOW_BRANCH: "new_deployment" + WORKFLOW_BRANCH: "vstoiber-update-nginx" PYTHON_BASE_IMAGE: "python:3.10.8-slim-bullseye" DATAVISYN_PYTHON_BASE_IMAGE: "188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/python:main" - DATAVISYN_NGINX_BASE_IMAGE: "188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/nginx:main" + DATAVISYN_NGINX_BASE_IMAGE: "188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/nginx:vstoiber-update-nginx" permissions: id-token: write @@ -87,7 +87,7 @@ jobs: fail-fast: true matrix: component: ${{fromJson(needs.prepare-build.outputs.components)}} - uses: datavisyn/github-workflows/.github/workflows/build-single-product-part.yml@new_deployment + uses: datavisyn/github-workflows/.github/workflows/build-single-product-part.yml@vstoiber-update-nginx with: component: ${{ matrix.component }} image_tag1: ${{ needs.prepare-build.outputs.image_tag1 }} @@ -102,7 +102,7 @@ jobs: fail-fast: true matrix: component: ${{fromJson(needs.prepare-build.outputs.components)}} - uses: datavisyn/github-workflows/.github/workflows/build-workspace-product-part.yml@new_deployment + uses: datavisyn/github-workflows/.github/workflows/build-workspace-product-part.yml@vstoiber-update-nginx with: component: ${{ matrix.component }} image_tag1: ${{ needs.prepare-build.outputs.image_tag1 }} diff --git a/.github/workflows/build-push-docker.yml b/.github/workflows/build-push-docker.yml index 74a6c0a8..3f9d4370 100644 --- a/.github/workflows/build-push-docker.yml +++ b/.github/workflows/build-push-docker.yml @@ -28,7 +28,7 @@ permissions: contents: read env: - WORKFLOW_BRANCH: "new_deployment" + WORKFLOW_BRANCH: "vstoiber-update-nginx" jobs: build: diff --git a/.github/workflows/build-push-helm-chart.yml b/.github/workflows/build-push-helm-chart.yml index 0fcb641c..9da4edc2 100644 --- a/.github/workflows/build-push-helm-chart.yml +++ b/.github/workflows/build-push-helm-chart.yml @@ -22,7 +22,7 @@ permissions: contents: read env: - WORKFLOW_BRANCH: "new_deployment" + WORKFLOW_BRANCH: "vstoiber-update-nginx" concurrency: group: '${{ github.workflow }}-${{ github.ref || github.head_ref }}' diff --git a/.github/workflows/build-single-product-part.yml b/.github/workflows/build-single-product-part.yml index 6435197b..f6adcf9e 100644 --- a/.github/workflows/build-single-product-part.yml +++ b/.github/workflows/build-single-product-part.yml @@ -42,10 +42,10 @@ env: TIME_ZONE: "Europe/Vienna" NODE_VERSION: "20.9" PYTHON_VERSION: "3.10" - WORKFLOW_BRANCH: "new_deployment" + WORKFLOW_BRANCH: "vstoiber-update-nginx" PYTHON_BASE_IMAGE: "python:3.10.8-slim-bullseye" DATAVISYN_PYTHON_BASE_IMAGE: "188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/python:main" - DATAVISYN_NGINX_BASE_IMAGE: "188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/nginx:main" + DATAVISYN_NGINX_BASE_IMAGE: "188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/nginx:vstoiber-update-nginx" permissions: id-token: write diff --git a/.github/workflows/build-workspace-product-part.yml b/.github/workflows/build-workspace-product-part.yml index 554b688e..4db606db 100644 --- a/.github/workflows/build-workspace-product-part.yml +++ b/.github/workflows/build-workspace-product-part.yml @@ -43,10 +43,10 @@ env: TIME_ZONE: "Europe/Vienna" NODE_VERSION: "20.9" PYTHON_VERSION: "3.10" - WORKFLOW_BRANCH: "new_deployment" + WORKFLOW_BRANCH: "vstoiber-update-nginx" PYTHON_BASE_IMAGE: "python:3.10.8-slim-bullseye" DATAVISYN_PYTHON_BASE_IMAGE: "188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/python:main" - DATAVISYN_NGINX_BASE_IMAGE: "188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/nginx:main" + DATAVISYN_NGINX_BASE_IMAGE: "188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/nginx:vstoiber-update-nginx" permissions: id-token: write diff --git a/.github/workflows/check-helm-chart-version.yml b/.github/workflows/check-helm-chart-version.yml index 8a2be6b1..fdab8ef9 100644 --- a/.github/workflows/check-helm-chart-version.yml +++ b/.github/workflows/check-helm-chart-version.yml @@ -23,7 +23,7 @@ permissions: contents: read env: - WORKFLOW_BRANCH: "new_deployment" + WORKFLOW_BRANCH: "vstoiber-update-nginx" jobs: check-helm-chart-version: diff --git a/.github/workflows/deploy-product.yml b/.github/workflows/deploy-product.yml index cd9f663b..ecb6a86a 100644 --- a/.github/workflows/deploy-product.yml +++ b/.github/workflows/deploy-product.yml @@ -38,7 +38,7 @@ concurrency: env: GA_VERSION: "main" - WORKFLOW_BRANCH: "new_deployment" + WORKFLOW_BRANCH: "vstoiber-update-nginx" jobs: deploy: diff --git a/.github/workflows/publish-node-python.yml b/.github/workflows/publish-node-python.yml index 0d3ba9e7..fd07c3d5 100644 --- a/.github/workflows/publish-node-python.yml +++ b/.github/workflows/publish-node-python.yml @@ -22,7 +22,7 @@ env: PYPI_REGISTRY: "https://upload.pypi.org/legacy/" PYPI_USERNAME: "datavisyn" PYTHON_VERSION: "3.10" - WORKFLOW_BRANCH: "new_deployment" + WORKFLOW_BRANCH: "vstoiber-update-nginx" permissions: contents: read diff --git a/.github/workflows/publish-node.yml b/.github/workflows/publish-node.yml index 3c357cd0..9c892977 100644 --- a/.github/workflows/publish-node.yml +++ b/.github/workflows/publish-node.yml @@ -13,7 +13,7 @@ on: env: NPM_REGISTRY: "https://registry.npmjs.org/" NODE_VERSION: "20.9" - WORKFLOW_BRANCH: "new_deployment" + WORKFLOW_BRANCH: "vstoiber-update-nginx" permissions: contents: read diff --git a/.github/workflows/publish-python.yml b/.github/workflows/publish-python.yml index 392ed3d9..fb5c1466 100644 --- a/.github/workflows/publish-python.yml +++ b/.github/workflows/publish-python.yml @@ -15,7 +15,7 @@ on: env: PYPI_REGISTRY: "https://upload.pypi.org/legacy/" PYTHON_VERSION: "3.10" - WORKFLOW_BRANCH: "new_deployment" + WORKFLOW_BRANCH: "vstoiber-update-nginx" permissions: contents: read diff --git a/.github/workflows/release-product.yml b/.github/workflows/release-product.yml index e1b0c296..3c5fbf30 100644 --- a/.github/workflows/release-product.yml +++ b/.github/workflows/release-product.yml @@ -16,7 +16,7 @@ concurrency: env: GA_VERSION: "main" GITHUB_USER: "datavisyn-bot" - WORKFLOW_BRANCH: "new_deployment" + WORKFLOW_BRANCH: "vstoiber-update-nginx" jobs: ############################################################################################################### diff --git a/.github/workflows/release-source.yml b/.github/workflows/release-source.yml index b4fe11b1..691b8fb8 100644 --- a/.github/workflows/release-source.yml +++ b/.github/workflows/release-source.yml @@ -13,7 +13,7 @@ concurrency: env: GA_VERSION: "main" GITHUB_USER: "datavisyn-bot" - WORKFLOW_BRANCH: "new_deployment" + WORKFLOW_BRANCH: "vstoiber-update-nginx" jobs: release-repository: