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