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

Commit

Permalink
fix docker tag for nats controller (#700)
Browse files Browse the repository at this point in the history
  • Loading branch information
murali-reddy authored Apr 17, 2018
1 parent 3dcd671 commit 9e2c235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ after_success:
docker tag $CONTROLLER_IMAGE ${CONTROLLER_IMAGE_NAME}:latest
docker tag $BUILDER_IMAGE ${BUILDER_IMAGE_NAME}:latest
docker tag $KAFKA_CONTROLLER_IMAGE ${KAFKA_CONTROLLER_IMAGE_NAME}:latest
docker tag $NATS_CONTROLLER_IMAGE ${NATS_CONTROLLER_IMAGE}:latest
docker tag $NATS_CONTROLLER_IMAGE ${NATS_CONTROLLER_IMAGE_NAME}:latest
docker push ${CONTROLLER_IMAGE_NAME}:latest
docker push ${BUILDER_IMAGE_NAME}:latest
docker push ${KAFKA_CONTROLLER_IMAGE_NAME}:latest
Expand Down

0 comments on commit 9e2c235

Please sign in to comment.