Skip to content

Commit

Permalink
Merge pull request #2449 from weaveworks/2448-dockerhub-publish
Browse files Browse the repository at this point in the history
publish master to dockerhub (again)
  • Loading branch information
Alfonso Acosta authored Apr 25, 2017
2 parents 876bb97 + c6e6854 commit 7544f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ deployment:
- |
test -z "${DOCKER_USER}" || (
docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS &&
(test "${DOCKER_ORGANIZATION:-$DOCKER_USER}" != "weaveworks" && (
(test "${DOCKER_ORGANIZATION:-$DOCKER_USER}" = "weaveworks" || (
for IMAGE in $IMAGES; do
docker tag weaveworks/$IMAGE:latest ${DOCKER_ORGANIZATION:-$DOCKER_USER}/$IMAGE:latest &&
docker tag weaveworks/$IMAGE:$(./tools/image-tag) ${DOCKER_ORGANIZATION:-$DOCKER_USER}/$IMAGE:$(./tools/image-tag)
Expand Down

0 comments on commit 7544f4b

Please sign in to comment.