Skip to content

Commit

Permalink
Minor docker repo var reference correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Dines committed May 5, 2018
1 parent 3c882bb commit adebb4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
# If not a pre-release version, tag as latest
if ! (printf "$CIRCLE_TAG" | grep -Pq -- '-[a-z]+\d?$'); then
docker tag "${DOCKER_REPO}:${CIRCLE_TAG}" "${DOCKER_REPO}:latest"
docker push "${CIRCLE_PROJECT_USERNAME}/forge:latest"
docker push "${DOCKER_REPO}:latest"
fi
workflows:
Expand Down

0 comments on commit adebb4a

Please sign in to comment.