Skip to content

Commit

Permalink
ci: pass variable name instead of value
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 4900c85 commit 272195d
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 @@ -72,8 +72,8 @@ jobs:
command: |
docker tag volantmq/volantmq:latest volantmq/volantmq:${CIRCLE_TAG}
- docker/check:
docker-username: ${DOCKER_LOGIN}
docker-password: ${DOCKER_PASSWORD}
docker-username: DOCKER_LOGIN
docker-password: DOCKER_PASSWORD
- docker/push:
image: volantmq/volantmq
tag: '${CIRCLE_TAG},latest'
Expand Down

0 comments on commit 272195d

Please sign in to comment.