We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 240746c commit 95ca2ccCopy full SHA for 95ca2cc
1 file changed
circleci/images/Makefile
@@ -47,7 +47,7 @@ push-all:: push-extbuilder-$1
47
push-extbuilder-all:: push-extbuilder-$1
48
49
build-exttester-$1:
50
- docker build \
+ docker build --no-cache \
51
exttester/ \
52
-f exttester/Dockerfile \
53
--build-arg=PG_VERSION=$1 \
0 commit comments