From ab97c67d79a79d9c6b0dc81b5dbe2fc5fd216a5a Mon Sep 17 00:00:00 2001 From: Nick <10092581+NickLarsenNZ@users.noreply.github.com> Date: Thu, 10 Oct 2024 19:22:09 +1300 Subject: [PATCH] fix: remove comments from multi-line command (#4) * fix: remove comments from multi-line command * chore: improve outputs --- README.md | 8 +++++--- build-container-image/action.yml | 21 +++++++++++++++++---- 2 files changed, 22 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d065234..70f79b6 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,8 @@ All subsequent tasks must use this value to ensure consistency. #### Inputs -- `image-name` -- `image-index-manifest-tag` +- `image-name` (eg: `kafka`) +- `image-index-manifest-tag` (eg: `3.4.1-stackable0.0.0-dev`) - `container-file` (defaults to `Dockerfile`) - `build-context` (defaults to `.`)