Skip to content

Commit a88d0bf

Browse files
committed
CI: Cache from localhost first
1 parent e8a6175 commit a88d0bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ jobs:
186186
fi
187187
# Build docker image
188188
docker buildx build --load --builder builder \
189+
--cache-from localhost:5000/fmriprep \
189190
--cache-from nipreps/fmriprep:latest \
190191
-t nipreps/fmriprep:latest \
191192
--build-arg BUILD_DATE=`date -u +"%Y-%m-%dT%H:%M:%SZ"` \

0 commit comments

Comments
 (0)