Skip to content

Commit

Permalink
Use new push Make target in CI (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
xmudrii committed Oct 9, 2018
1 parent ee1bff1 commit dfa628a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ jobs:
set -e
export GIT_TAG=$CIRCLE_TAG
docker login -u "${DOCKERHUB_USER}" -p "${DOCKERHUB_PASS}" quay.io
make images-nodep
make push-nodep
make push
e2e:
machine: true
Expand Down

0 comments on commit dfa628a

Please sign in to comment.