Skip to content

Commit

Permalink
Use password instead of token
Browse files Browse the repository at this point in the history
  - Dockerhub API does not support tokens
    peter-evans/dockerhub-description#10
  • Loading branch information
funkyfisch committed Mar 9, 2021
1 parent 44b324e commit 3adac2d
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 @@ -138,7 +138,7 @@ jobs:
else
docker run -v $PWD:/workspace \
-e DOCKERHUB_USERNAME=$DOCKERHUB_USER \
-e DOCKERHUB_PASSWORD=$DOCKERHUB_TOKEN \
-e DOCKERHUB_PASSWORD=$DOCKERHUB_PASSWORD \
-e DOCKERHUB_REPOSITORY="${DOCKERHUB_USER}/${DOCKERHUB_IMAGE}" \
-e README_FILEPATH='/workspace/README.md' \
peterevans/dockerhub-description:2
Expand Down

0 comments on commit 3adac2d

Please sign in to comment.