Skip to content

Commit

Permalink
Tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
XVincentX committed Aug 29, 2018
1 parent 88fa6f2 commit 97b68f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
# - run: npm publish
- run: "echo $DOCKER_PASSWORD | docker login -u $DOCKER_USER --password-stdin"
- run: "docker build -t expressgateway/express-gateway:${CIRCLE_TAG} -t expressgateway/express-gateway:latest --build-arg EG_VERSION=latest ."
- run: "docker push expressgateway/express-gateway:${CIRCLE_TAG}"
- run: "docker push expressgateway/express-gateway:latest"
# - run: "docker push expressgateway/express-gateway:${CIRCLE_TAG}"
# - run: "docker push expressgateway/express-gateway:latest"

"update-docker-repo":
docker:
Expand Down

0 comments on commit 97b68f4

Please sign in to comment.