Skip to content

Commit

Permalink
Perform login
Browse files Browse the repository at this point in the history
  • Loading branch information
perdian committed Apr 5, 2020
1 parent 09e97eb commit 57282fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- run:
name: "Publish README to Docker Hub"
command: |
echo $DOCKERHUB_PASSWORD | docker login --username $DOCKERHUB_USERNAME --password-stdin
docker create -v /data --name datas alpine:3.4 /bin/true
docker cp README.md datas:/data
docker run --rm \
Expand Down

0 comments on commit 57282fe

Please sign in to comment.