Skip to content

Commit

Permalink
Fix CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfield committed Dec 5, 2018
1 parent df9f177 commit 7457b48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
machine: true
steps:
- checkout
- run: docker build -t bitfield/uptimerobot:test .
- run: docker build -t bitfield/uptimerobot:$CIRCLE_TAG -t bitfield/uptimerobot:latest .
- run: docker login -u $DOCKER_USER -p $DOCKER_PASS
- run: docker push bitfield/uptimerobot:$CIRCLE_TAG bitfield/uptimerobot:latest
workflows:
version: 2
dockerbuild:
jobs:
- test:
- test
- build_docker:
requires:
- test
Expand Down

0 comments on commit 7457b48

Please sign in to comment.