Skip to content

Commit

Permalink
Merge pull request #297 from willkg/1531865-fix-push
Browse files Browse the repository at this point in the history
bug 1531865: fix image name in build/push step
  • Loading branch information
willkg committed Mar 4, 2019
2 parents 496b768 + df95e6a commit 75b5f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -90,7 +90,7 @@ jobs:
# push on master or git tag
if [ "${CIRCLE_BRANCH}" == "master" ] || [ -n "${CIRCLE_TAG}" ]; then
echo "${DOCKER_PASSWORD}" | docker login -u="${DOCKER_USERNAME}" --password-stdin
retry docker tag "${APP_NAME}:build" "${DOCKER_IMAGE}"
retry docker tag local/antenna_deploy_base "${DOCKER_IMAGE}"
retry docker push "${DOCKER_IMAGE}"
fi
Expand Down

0 comments on commit 75b5f06

Please sign in to comment.