Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
HadrienPatte committed Nov 8, 2020
1 parent 4809979 commit 0e2419c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 0e2419c

Please sign in to comment.