You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run the sbt dockerBuildAndPush task as part of a continuous integration workflow and notice that no exit code is provided by the task. I would expect a 0 exit code if the build and push completed successfully and a non-zero exit code to signify a failure (of either the building or pushing of the image).
The text was updated successfully, but these errors were encountered:
jellybams
changed the title
Provide exist code for dockerBuildAndPush task
Provide exit code for dockerBuildAndPush task
Jan 18, 2017
I run the
sbt dockerBuildAndPush
task as part of a continuous integration workflow and notice that no exit code is provided by the task. I would expect a0
exit code if the build and push completed successfully and a non-zero exit code to signify a failure (of either the building or pushing of the image).The text was updated successfully, but these errors were encountered: