We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Define separate build and push functions so
build
push
docker build
docker push
--build-arg
dockerBuildAndPush
Having this will help fixing #2 - the user will be able to invoke only build function for non "pushable" branches if desired
The text was updated successfully, but these errors were encountered:
Let's note that #16 implements the -o option to pass build options such as --build-arg to the docker build command.
-o
But being able to build & push independently would be nice.
Sorry, something went wrong.
No branches or pull requests
Define separate
build
andpush
functions sodocker build
anddocker push
commands (i.e.:--build-arg
)dockerBuildAndPush
Having this will help fixing #2 - the user will be able to invoke only
build
function for non "pushable" branches if desiredThe text was updated successfully, but these errors were encountered: