Skip to content

Commit

Permalink
ci/cd: use different docker tag for test/prod
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Mar 14, 2024
1 parent e134a66 commit a4ab28c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/execute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ env:
DOCKER_IMAGE_ECHARGING: ghcr.io/${{ github.repository }}/odh-mentor-otp-echarging
DOCKER_IMAGE_DRT: ghcr.io/${{ github.repository }}/odh-mentor-otp-drt
DOCKER_IMAGE_TRAFFIC: ghcr.io/${{ github.repository }}/odh-mentor-otp-traffic
DOCKER_TAG: ${{ github.sha }}

jobs:
execute-test:
Expand All @@ -37,6 +36,7 @@ jobs:
TRAFFIC_BASEURL: "https://traffic.otp.opendatahub.testingmachine.eu"
MATOMO_BASE_URL: "https://digital.matomo.cloud/"
MATOMO_SITE_ID: 20
DOCKER_TAG: ${{ github.sha }}-test

steps:
- name: Checkout source code
Expand Down Expand Up @@ -149,6 +149,7 @@ jobs:
TRAFFIC_BASEURL: "https://traffic.otp.opendatahub.com"
MATOMO_BASE_URL: "https://digital.matomo.cloud/"
MATOMO_SITE_ID: 20
DOCKER_TAG: ${{ github.sha }}-prod

steps:
- name: Checkout source code
Expand Down

0 comments on commit a4ab28c

Please sign in to comment.