Release processes Update the grafana/cortex-tools image version in Dockerfile Create a new tag that follows semantic versioning: $ tag=v0.6.0 $ git tag -s "${tag}" -m "${tag}" $ git push origin "${tag}"