Skip to content

Commit a17e888

Browse files
committed
maint: bump xenial in circle too
1 parent 884e018 commit a17e888

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ jobs:
4040
set -e
4141
if [[ "$success" = "0" ]]; then
4242
echo "Pulling from local registry"
43-
docker tag localhost:5000/ubuntu ubuntu:xenial-20191010
43+
docker tag localhost:5000/ubuntu ubuntu:xenial-20200114
4444
docker pull localhost:5000/fmriprep
4545
docker tag localhost:5000/fmriprep poldracklab/fmriprep:latest
4646
docker tag localhost:5000/dmriprep poldracklab/fmriprep
4747
else
4848
echo "Pulling from Docker Hub"
49-
docker pull ubuntu:xenial-20191010
50-
docker tag ubuntu:xenial-20191010 localhost:5000/ubuntu
49+
docker pull ubuntu:xenial-20200114
50+
docker tag ubuntu:xenial-20200114 localhost:5000/ubuntu
5151
docker push localhost:5000/ubuntu
5252
docker pull poldracklab/fmriprep:latest
5353
fi

0 commit comments

Comments
 (0)