File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 66#
77# CONTAINER_NAME
88# DOCKER_USER
9- # DOCKER_EMAIL
109
1110# ###############################################################################
1211# Functions
@@ -19,7 +18,7 @@ defaults: &defaults
1918 - image : docker:18.01.0-ce-git
2019 working_directory : /tmp/src
2120 environment :
22- - CONTAINER_NAME : singularityware /docker2singularity
21+ - CONTAINER_NAME : quay.io/singularity /docker2singularity
2322
2423# Installation
2524
@@ -40,7 +39,6 @@ dockerload: &dockerload
4039 pigz -d --stdout /tmp/cache/container.tar.gz | docker load
4140 fi
4241
43-
4442dockersave : &dockersave
4543 name : Docker Save
4644 no_output_timeout : 40m
@@ -60,7 +58,7 @@ dockerdeploy: &dockerdeploy
6058 DOCKER_TAG="v$(cat VERSION)"
6159 echo "Container name set to ${CONTAINER_NAME}:${DOCKER_TAG}"
6260 if [[ -n "$DOCKER_PASS" ]]; then
63- docker login -u $ DOCKER_USER -p $ DOCKER_PASS
61+ docker login -u "${ DOCKER_USER}" -p "${ DOCKER_PASS}" quay.io
6462 docker push ${CONTAINER_NAME}:${DOCKER_TAG}
6563 echo "Tagging latest image..."
6664 docker tag ${CONTAINER_NAME}:${DOCKER_TAG} ${CONTAINER_NAME}:latest
You can’t perform that action at this time.
0 commit comments