Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy to quay when merging to master #2134

Merged
merged 1 commit into from
Jan 17, 2017
Merged

Deploy to quay when merging to master #2134

merged 1 commit into from
Jan 17, 2017

Conversation

2opremio
Copy link
Contributor

To workaround the 500s obtained from Docker Hub

To workaround the 500s obtained from Docker Hub
test -z "${QUAY_USER}" || (
docker docker login -e '.' -u "$QUAY_USER" -p "$QUAY_PASSWORD" quay.io &&
docker tag weaveworks/scope:$(./tools/image-tag) "quay.io/${QUAY_ORGANIZATION}/scope:$(./tools/image-tag)" &&
docker push "quay.io/${QUAY_ORGANIZATION}/scope:$(./tools/image-tag)"

This comment was marked as abuse.

This comment was marked as abuse.

@2opremio 2opremio merged commit 13ef7f3 into master Jan 17, 2017
@2opremio 2opremio deleted the ci-push-to-quay branch January 17, 2017 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants