Skip to content
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.

Commit

Permalink
chore: rename docker image for console redeployment
Browse files Browse the repository at this point in the history
  • Loading branch information
phiz71 committed Nov 3, 2021
1 parent 088fd91 commit 2c9959d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Expand Up @@ -376,7 +376,7 @@ jobs:
cp -fr docker/config .
cp -fr docker/run.sh .
export IMAGE_TAG=graviteeio.azurecr.io/apim-console-webui:${TAG}
export IMAGE_TAG=graviteeio.azurecr.io/apim-management-ui:${TAG}
docker build -f docker/Dockerfile-dev -t ${IMAGE_TAG} .
echo $AZURE_DOCKER_REGISTRY_PASSWORD | docker login --username $AZURE_DOCKER_REGISTRY_USERNAME --password-stdin graviteeio.azurecr.io
docker push ${IMAGE_TAG}
Expand Down Expand Up @@ -549,7 +549,7 @@ jobs:
--set "api.image.tag=${TAG}" \
--set "portal.image.repository=graviteeio.azurecr.io/apim-portal-webui" \
--set "portal.image.tag=${TAG}" \
--set "ui.image.repository=graviteeio.azurecr.io/apim-console-webui" \
--set "ui.image.repository=graviteeio.azurecr.io/apim-management-ui" \
--set "ui.image.tag=${TAG}"
fi
- run:
Expand All @@ -569,7 +569,7 @@ jobs:
--set "api.image.tag=${TAG}" \
--set "portal.image.repository=graviteeio.azurecr.io/apim-portal-webui" \
--set "portal.image.tag=${TAG}" \
--set "ui.image.repository=graviteeio.azurecr.io/apim-console-webui" \
--set "ui.image.repository=graviteeio.azurecr.io/apim-management-ui" \
--set "ui.image.tag=${TAG}"
- notify-on-failure

Expand Down

0 comments on commit 2c9959d

Please sign in to comment.