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

add options to push container on unstable/failed builds #98

Closed
wants to merge 1 commit into from
Closed

add options to push container on unstable/failed builds #98

wants to merge 1 commit into from

Conversation

michaelheyvaert
Copy link

Add two options to push the container at the end of a build in case the build is unstable or the build fails.
This changes the original behavior, the original push if successful check box triggered a push even if the build failed.

I use these new flags to store the builds for inspection on our private docker registry in case of test or build failures.

This merge request implements #91.

@KostyaSha
Copy link
Member

My guess #132 (comment) was right :)

@shipperizer
Copy link

👍

@samrocketman
Copy link
Member

This feature would be useful for debugging. e.g. temporarily enable pushing failed images to debug and then disable it when done. I remember a time when I needed this. I got around it in other non-intuitive ways.

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.

4 participants