diff --git a/.circleci/config.yml b/.circleci/config.yml index 392d441d..c59e1c13 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -64,6 +64,6 @@ workflows: use-remote-docker: true use-docker-credentials-store: true tag: "rc" - docker-username: "$DOCKERHUB_USERNAME" - docker-password: "$DOCKERHUB_TOKEN" + docker-username: DOCKERHUB_USERNAME + docker-password: DOCKERHUB_TOKEN