This repository has been archived by the owner on Jan 25, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow building and pushing images on another branch
Before, all images are pushed with the SHA and the `latest` tag. With this commit, pushing an image will tag it with the branch name as well for easier use while developing. Unfortunately, k8s doesn't support templating yet (kubernetes/kubernetes#23896) so you'll still have to manually change the image tag in the `manifest.yaml` file back and forth but it's definitely easier than before. Now, the workflow is: 1. Work on image 2. Push with `make release-all` 3. Edit `manifest.yaml` to use images for your branch to test 4. Edit it back when making a PR.
- Loading branch information
Showing
2 changed files
with
37 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters