From f4e7348f5e460bdce2d7523ef14a90e792f2a9aa Mon Sep 17 00:00:00 2001 From: divyansh42 Date: Mon, 12 Apr 2021 19:48:38 +0530 Subject: [PATCH] Resolve reviews Signed-off-by: divyansh42 --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 1183ebf..48b8375 100644 --- a/README.md +++ b/README.md @@ -152,8 +152,7 @@ sudo podman run --rm --privileged multiarch/qemu-user-static --reset -p yes ## Using private images -If your build requires a private image, use [**podman-login**](https://github.com/redhat-actions/podman-login) action in a step before running this action to authenticate to the container image registry. - +If your build references a private image, run [**podman-login**](https://github.com/redhat-actions/podman-login) in a step before this action so you can pull the image. For example: ```yaml