Skip to content

Commit 861b5b5

Browse files
committed
Fixing the build command
1 parent d8f8303 commit 861b5b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
- run:
139139
name: Image Build
140140
command: |
141-
docker build -t --rm=false cloudcloud/auto-docs:v${CIRCLE_TAG} .
141+
docker build --rm=false -t cloudcloud/auto-docs:v${CIRCLE_TAG} .
142142
echo ${DOCKERHUB_PASSWORD} | docker login -u "${DOCKERHUB_USERNAME}" --password-stdin
143143
docker push cloudcloud/auto-docs:${CIRCLE_TAG}
144144

0 commit comments

Comments
 (0)