From 22e0e1e4bf44bfbb8a5384b6c1d236cb39cdce3f Mon Sep 17 00:00:00 2001 From: Vadim Peretokin Date: Mon, 3 Jan 2022 14:00:34 +0100 Subject: [PATCH] Typo fix in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb2dcfb..57cd00e 100644 --- a/README.md +++ b/README.md @@ -368,7 +368,7 @@ using the `gcr.io/distroless/java-debian10:11` base image: docker build --target=release-distroless -t hapi-fhir:distroless . ``` -Note that distroless images are also automatically build and pushed to the container registry, +Note that distroless images are also automatically built and pushed to the container registry, see the `-distroless` suffix in the image tags. ## Adding custom operations