From f8155a28d9acb577d14861f04130b5c520dc8088 Mon Sep 17 00:00:00 2001 From: Simon Dalvai Date: Wed, 11 Sep 2024 14:27:03 +0200 Subject: [PATCH] pollution v2: ci/cd: use different project name for test/prod to host on same server --- .github/workflows/ci-pollution-v2.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-pollution-v2.yml b/.github/workflows/ci-pollution-v2.yml index de3030e..98819e1 100644 --- a/.github/workflows/ci-pollution-v2.yml +++ b/.github/workflows/ci-pollution-v2.yml @@ -9,7 +9,6 @@ on: env: WORKING_DIRECTORY: pollution_v2 - PROJECT_NAME: odh-mobility-el-pollution-v2 DOCKER_IMAGE: ghcr.io/${{ github.repository }}/odh-mobility-el-pollution-v2 jobs: @@ -21,6 +20,7 @@ jobs: env: KEYCLOAK_URL: https://auth.opendatahub.testingmachine.eu DOCKER_TAG: ${{ github.sha }}-test + PROJECT_NAME: odh-mobility-el-pollution-v2-test steps: - name: Checkout source code uses: noi-techpark/github-actions/checkout@v2 @@ -130,6 +130,7 @@ jobs: env: KEYCLOAK_URL: https://auth.opendatahub.com DOCKER_TAG: ${{ github.sha }}-prod + PROJECT_NAME: odh-mobility-el-pollution-v2-prod steps: - name: Checkout source code uses: noi-techpark/github-actions/checkout@v2