diff --git a/README.md b/README.md index e8c8738..f5d681f 100644 --- a/README.md +++ b/README.md @@ -1 +1,15 @@ # Images + +Build image `image` with tag `x.y.z` with: +```sh +bazel run //image:x.y.z +``` + +Build and push image `image` with tag `x.y.z` with: +```sh +bazel run //image:x.y.z_push +``` + +## Terraform + +Available at [quay.io/hadrienpatte/terraform](https://quay.io/repository/hadrienpatte/terraform)