Skip to content

Commit 65a6528

Browse files
authored
Merge pull request #71 from singularityhub/v3.4.0
Updating master to v3.4.0 with deploy to Quay
2 parents 28f0876 + 469834d commit 65a6528

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
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-
4442
dockersave: &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

0 commit comments

Comments
 (0)