Skip to content

Commit

Permalink
ci: run docker/check to login in registry
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Troian <[email protected]>
  • Loading branch information
troian committed Jan 24, 2020
1 parent cb97a6b commit 4900c85
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ jobs:
name: Tag docker image
command: |
docker tag volantmq/volantmq:latest volantmq/volantmq:${CIRCLE_TAG}
- docker/check:
docker-username: ${DOCKER_LOGIN}
docker-password: ${DOCKER_PASSWORD}
- docker/push:
image: volantmq/volantmq
tag: '${CIRCLE_TAG},latest'
Expand Down

0 comments on commit 4900c85

Please sign in to comment.