Now, the way to do what you want to do for users i...
# general
r
Now, the way to do what you want to do for users is usually through the flags. The quick and easy way to do it is to register flags in your
build
and
push
tasks, by overriding the
register_options
method. You can access those flags by
--docker-{build,push}-myflag
.