Skip to content

Commit

Permalink
Add docker login step
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfield committed Dec 5, 2018
1 parent 87611e3 commit 8ea1cb5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ jobs:
- checkout
- run: go test ./...
build_docker:
docker:
- image: docker:18.09
machine: true
steps:
- checkout
- setup_remote_docker
- run: docker build -t bitfield/uptimerobot:test .
- run: docker login -u $DOCKER_USER -p $DOCKER_PASS
- run: docker push bitfield/uptimerobot:test
workflows:
version: 2
Expand Down

0 comments on commit 8ea1cb5

Please sign in to comment.