Skip to content
Snippets Groups Projects
Unverified Commit 9e92db8c authored by Casey Kuhlman's avatar Casey Kuhlman
Browse files

fixup docker login to use dockers established paradigm and login to quay


Signed-off-by: default avatarCasey Kuhlman <casey@monax.io>
parent 33a16f30
No related merge requests found
......@@ -65,7 +65,7 @@ jobs:
- setup_remote_docker:
<<: *setup_docker
# Only run on non-pull requests
- run: "[[ -n \"$CIRCLE_PULL_REQUESTS\" ]] || (docker login -u $DOCKER_USER_DEV -p $DOCKER_PASS_DEV && docker push $DOCKER_REPO_DEV)"
- run: "[[ -n \"$CIRCLE_PULL_REQUESTS\" ]] || (echo $DOCKER_PASS_DEV | docker login --username $DOCKER_USER_DEV $CI_REGISTRY $DOCKER_HUB_DEV --password-stdin && docker push $DOCKER_REPO_DEV)"
release:
<<: *defaults
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment