From 0e2419ca7616b4b3eace341437be5d837736dcdd Mon Sep 17 00:00:00 2001 From: Hadrien Patte Date: Sun, 8 Nov 2020 22:52:15 +0100 Subject: [PATCH] Update documentation --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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)