-
Notifications
You must be signed in to change notification settings - Fork 14
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
Add Container Registry Integration Tests for GCP #505
Conversation
Does the PR have any schema changes?Looking good! No breaking changes found. |
1 similar comment
Does the PR have any schema changes?Looking good! No breaking changes found. |
18ed5af
to
8bbb32f
Compare
Does the PR have any schema changes?Looking good! No breaking changes found. |
2 similar comments
Does the PR have any schema changes?Looking good! No breaking changes found. |
Does the PR have any schema changes?Looking good! No breaking changes found. |
with: | ||
install_components: gke-gcloud-auth-plugin | ||
- name: Login to Google Cloud Registry | ||
run: gcloud --quiet auth configure-docker |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
workflow changes go in ci-mgmt
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also add to master.yml
build: "./app", | ||
build: { | ||
context: "app" | ||
}, | ||
imageName: imageName, | ||
registry: registryInfo, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
comment on old code: we dont need this bc it will infer the registry info from the image name
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice!
We use gcloud auth in CI so we won't need to pass any registry info.
4c27d4c
to
87d4741
Compare
Does the PR have any schema changes?Looking good! No breaking changes found. |
Fixes #491