Closed
Description
Is there a way to do 'docker push' for example after building the image.
I have a custom script that does 'docker build' and would like to push the image to a private repository for example. I handle this via a shell script. Habitus being a build tool, would be nice to have a section that lists commands that executes outside of the container after each build step so I can get rid of the shell script.