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

fix(k8s): ensure images built remotely are tagged before publishing #961

Merged
merged 2 commits into from
Jul 12, 2019

Conversation

eysi09
Copy link
Collaborator

@eysi09 eysi09 commented Jul 12, 2019

What type of PR is this?

fix: A bug fix.

What this PR does / why we need it:

Publish command would fail for images built remotely since they will have different names than what's needed for the registry that's being published to. We might e.g. pull something like: local.app.garden:53113/eysi-demo-project/backend:v-d8c8e24c77 but need to push something like:
eu.gcr.io/garden-dev-200012/backend:v-d8c8e24c77. This PR resolves that.

Which issue(s) this PR fixes:

Fixes #960

@eysi09 eysi09 added the bug label Jul 12, 2019
@eysi09 eysi09 requested a review from edvald July 12, 2019 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Publish command fails for images built in-cluster
2 participants