File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 hastus-docker-image : " "
3131 custom-docker-compose : " "
3232 # overwrite some
33- - ui-docker-image : " hsldevcom /jore4-ui:latest"
33+ - ui-docker-image : " crjore4prod001.azurecr.io /jore4-ui:latest"
3434 hasura-docker-image : " "
3535 auth-docker-image : " "
3636 mbtiles-docker-image : " "
6565 touch custom-compose.yml
6666 echo "services:" >> custom-compose.yml
6767 echo " jore4-hasura:" >> custom-compose.yml
68- echo " image: 'hsldevcom /jore4-hasura:latest'" >> custom-compose.yml
68+ echo " image: 'crjore4prod001.azurecr.io /jore4-hsl -hasura:latest'" >> custom-compose.yml
6969
7070 - name : start e2e env
7171 uses : ./github-actions/setup-e2e-environment
@@ -103,13 +103,13 @@ jobs:
103103 docker compose file)
104104 run : |
105105 HASURA_DEPLOYED_VERSION=`docker inspect --format='{{.Config.Image}}' hasura`
106- if [[ "${{ matrix.custom-docker-compose }}" == "" && "$HASURA_DEPLOYED_VERSION" == "hsldevcom /jore4-hasura:latest" ]]
106+ if [[ "${{ matrix.custom-docker-compose }}" == "" && "$HASURA_DEPLOYED_VERSION" == "crjore4prod001.azurecr.io /jore4-hsl -hasura:latest" ]]
107107 then
108108 echo "Error! The docker image version shouldn't have been overwritten!"
109109 exit 1
110110 fi
111111
112- if [[ "${{ matrix.custom-docker-compose }}" != "" && "$HASURA_DEPLOYED_VERSION" != "hsldevcom /jore4-hasura:latest" ]]
112+ if [[ "${{ matrix.custom-docker-compose }}" != "" && "$HASURA_DEPLOYED_VERSION" != "crjore4prod001.azurecr.io /jore4-hsl -hasura:latest" ]]
113113 then
114114 echo "Error! The docker image version should've been overwritten!"
115115 exit 1
You can’t perform that action at this time.
0 commit comments