docker-make
docker-make copied to clipboard
build,tag,and push a bunch of related docker images via a single command
Can you please elaborate what those configs do? Does `docker-make` somehow keep track of which tags it has already published, and only run `on_tag` when it "sees a new tag"...
Attempting to run `docker-make` (`latest` version on dockerhub) emits errors if the repository being run against has never had any git tags applied to it. Even if the `.docker-make.yaml` file...
It would be nice if we have build arguments added to the yaml file that passes through to the --build-args flag in the docker build command. When I get a...