File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,14 +40,14 @@ jobs:
40
40
set -e
41
41
if [[ "$success" = "0" ]]; then
42
42
echo "Pulling from local registry"
43
- docker tag localhost:5000/ubuntu ubuntu:xenial-20191010
43
+ docker tag localhost:5000/ubuntu ubuntu:xenial-20200114
44
44
docker pull localhost:5000/fmriprep
45
45
docker tag localhost:5000/fmriprep poldracklab/fmriprep:latest
46
46
docker tag localhost:5000/dmriprep poldracklab/fmriprep
47
47
else
48
48
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
51
51
docker push localhost:5000/ubuntu
52
52
docker pull poldracklab/fmriprep:latest
53
53
fi
You can’t perform that action at this time.
0 commit comments