Build tool repository written in Golang.
- Use from magefile and easily realize development
$ mage -d mage
Targets:
dockerBuildLatest builds the docker image with the latest tag locally
dockerBuildPublishWithGenTag DockerBuildPublishLatest builds and publishes the docker image with generated tag
dockerLogin logs in to the docker registry
dockerPublishLatest publishes the docker image with the latest tag
installDevTools installs required development tools for this project
koPublish builds and publishes the image with ko generated tag
koPublishLatest builds and publishes the image with the latest tag
updateFormula updates formula with current version for homebrew tap