Skip to content

Commit

Permalink
Add stdin to docker login
Browse files Browse the repository at this point in the history
  • Loading branch information
eversC committed Jul 3, 2019
1 parent 60b3138 commit ee6f320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
go mod download
GOOS=linux go build
docker build -t ovotech/cloud-key-rotator:latest .
docker login -u=$DOCKER_USER -p=$DOCKER_PASS
echo $DOCKER_PASS | docker login -u=$DOCKER_USER --password-stdin
docker push ovotech/cloud-key-rotator
go_fmt:
Expand Down

0 comments on commit ee6f320

Please sign in to comment.