We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0027cf4 commit 109179fCopy full SHA for 109179f
1 file changed
.circleci/config.yml
@@ -14,7 +14,7 @@ jobs:
14
- run:
15
name: build react
16
command: |
17
- docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD && \
+ docker login -u $DOCKER_USERNAME --password-stdin $DOCKER_PASSWORD && \
18
docker image build -t $DOCKER_USERNAME/test-react . && \
19
docker image push $DOCKER_USERNAME/test-react
20
workflows:
0 commit comments