Skip to content

Commit

Permalink
Push Docker tags separately
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfield committed Dec 5, 2018
1 parent 176f2da commit f295a37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
- checkout
- 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
- run: docker push bitfield/uptimerobot:$CIRCLE_TAG
- run: docker push bitfield/uptimerobot:latest
workflows:
version: 2
test:
Expand Down

0 comments on commit f295a37

Please sign in to comment.