Skip to content

Commit b6ec46b

Browse files
author
ABaldwinHunter
committed
don't build docker with cache on circle
1 parent 13820c5 commit b6ec46b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ machine:
1111
dependencies:
1212
override:
1313
- docker info
14-
- docker build -t=$PRIVATE_REGISTRY/$CIRCLE_PROJECT_REPONAME:b$CIRCLE_BUILD_NUM .
14+
- docker build --no-cache -t=$PRIVATE_REGISTRY/$CIRCLE_PROJECT_REPONAME:b$CIRCLE_BUILD_NUM .
1515

1616
test:
1717
override:

0 commit comments

Comments
 (0)