Skip to content

Commit 109179f

Browse files
committed
edit circleci
1 parent 0027cf4 commit 109179f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- run:
1515
name: build react
1616
command: |
17-
docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD && \
17+
docker login -u $DOCKER_USERNAME --password-stdin $DOCKER_PASSWORD && \
1818
docker image build -t $DOCKER_USERNAME/test-react . && \
1919
docker image push $DOCKER_USERNAME/test-react
2020
workflows:

0 commit comments

Comments
 (0)