From 45ccaaac6c71fc5d20f4cad828621d3a45080579 Mon Sep 17 00:00:00 2001 From: mathiasg Date: Wed, 18 Aug 2021 10:48:08 -0400 Subject: [PATCH] CI: Attempt to pull most recent dev version - In cases where the Docker file changes drastically, this will speed up builds - This will need to be changed in `maint/` branches --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 932fe280..5bc4120d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -68,7 +68,7 @@ jobs: docker pull ubuntu:focal docker tag ubuntu:focal localhost:5000/ubuntu docker push localhost:5000/ubuntu - # docker pull nipreps/nibabies:latest + docker pull nipreps/nibabies:unstable || true fi - run: name: Build Docker image