From 3f302df68a76c730a4d011d3b4b67a2fadd88890 Mon Sep 17 00:00:00 2001 From: divyansh42 Date: Thu, 28 Jan 2021 20:39:06 +0530 Subject: [PATCH] Resolve reviews Signed-off-by: divyansh42 --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ae2c022..f514b94 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ After building your image, use [push-to-registry](https://github.com/redhat-acti tags No - The tags of the image to build. For multiple tags, seperate by a space. For example, latest ${{ github.sha }}.
+ The tags of the image to build. For multiple tags, separate by a space. For example, latest ${{ github.sha }}.
Default: latest @@ -152,8 +152,7 @@ jobs: uses: redhat-actions/buildah-build@v1 with: image: my-new-image - tags: v1 - base-image: some_image + tags: v1 ${{ github.sha }} dockerfiles: | ./Dockerfile build-args: |