Skip to content

Commit

Permalink
pollution v2: ci/cd: use different project name for test/prod to host…
Browse files Browse the repository at this point in the history
… on same server
  • Loading branch information
dulvui committed Sep 11, 2024
1 parent 4cc4146 commit f8155a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-pollution-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f8155a2

Please sign in to comment.