From: Dylan William Hardison Date: Mon, 7 Aug 2017 19:43:49 +0000 (-0400) Subject: latest, not $TAG X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4db6d0065992417859f6b8db11e0fcad12051d5;p=thirdparty%2Fbugzilla.git latest, not $TAG --- diff --git a/.circleci/config.yml b/.circleci/config.yml index e4fd5c53e..5d0170e1f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -58,7 +58,7 @@ jobs: if [[ -n "$DOCKERHUB_REPO" && -n "$DOCKER_USER" && -n "$DOCKER_PASS" ]]; then TAG="$CIRCLE_BRANCH" if [[ $TAG == "master" ]]; then - docker tag bmo $DOCKERHUB_REPO:$TAG + docker tag bmo $DOCKERHUB_REPO:latest docker login -u "$DOCKER_USER" -p "$DOCKER_PASS" docker push $DOCKERHUB_REPO:latest fi