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

Build preview images from preview/* branches #8

Merged
merged 3 commits into from
Aug 7, 2020

Conversation

matiasgarciaisaia
Copy link
Member

From time to time we need to build images with a feature preview to test in an staging environment. This PR allows us to push a branch named preview/some-description in order to build and push an image with the some-description tag.

It's up to the user to check for name colisions - ie, if they push a preview/latest branch.

From time to time we need to build images with a feature preview to
test in an staging environment. This PR allows us to push a branch
named `preview/some-description` in order to build and push an image
with the `some-description` tag.

It's up to the user to check for name colisions - ie, if they push a
`preview/latest` branch.
@matiasgarciaisaia
Copy link
Member Author

CC: @anaPerezGhiglia

Copy link
Member

@anaPerezGhiglia anaPerezGhiglia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🎉

@matiasgarciaisaia
Copy link
Member Author

@waj do you think it's worth merging this?

@waj
Copy link
Contributor

waj commented Aug 7, 2020

@matiasgarciaisaia can you add some docs to the README? an entry to the table describing the expected behaviour would be fine

@matiasgarciaisaia
Copy link
Member Author

I didn't recall there was a README.md 😛

It doesn't belong to this PR, but I've also added some docs for the Github Actions support we added in #5

@waj waj merged commit bdf32a7 into manastech:master Aug 7, 2020
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.

None yet

3 participants