We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbd9336 commit 469834dCopy full SHA for 469834d
1 file changed
.circleci/config.yml
@@ -58,7 +58,7 @@ dockerdeploy: &dockerdeploy
58
DOCKER_TAG="v$(cat VERSION)"
59
echo "Container name set to ${CONTAINER_NAME}:${DOCKER_TAG}"
60
if [[ -n "$DOCKER_PASS" ]]; then
61
- docker login -u $DOCKER_USER -p $DOCKER_PASS
+ docker login -u "${DOCKER_USER}" -p "${DOCKER_PASS}" quay.io
62
docker push ${CONTAINER_NAME}:${DOCKER_TAG}
63
echo "Tagging latest image..."
64
docker tag ${CONTAINER_NAME}:${DOCKER_TAG} ${CONTAINER_NAME}:latest
0 commit comments