Skip to content

Commit

Permalink
pollution v2: ci/cd: fix docker image name
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Sep 11, 2024
1 parent 2c9eb98 commit 1359543
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-pollution-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
concurrency: deploy-test-pollution-v2
env:
KEYCLOAK_URL: https://auth.opendatahub.testingmachine.eu
DOCKER_IMAGE: ghcr.io/${{ github.repository }}/odh-mobility-el-pollution-v2-test
DOCKER_TAG: ${{ github.sha }}-test
PROJECT_NAME: odh-mobility-el-pollution-v2-test
steps:
Expand Down Expand Up @@ -128,6 +129,7 @@ jobs:
concurrency: deploy-prod-pollution-v2
env:
KEYCLOAK_URL: https://auth.opendatahub.com
DOCKER_IMAGE: ghcr.io/${{ github.repository }}/odh-mobility-el-pollution-v2-prod
DOCKER_TAG: ${{ github.sha }}-prod
PROJECT_NAME: odh-mobility-el-pollution-v2-prod
steps:
Expand Down

0 comments on commit 1359543

Please sign in to comment.