From c90865efecf9f4834611b7ae7d5688823ed032d7 Mon Sep 17 00:00:00 2001 From: divyansh42 Date: Mon, 15 Nov 2021 10:43:23 +0530 Subject: [PATCH] Resolve reviews Signed-off-by: divyansh42 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ec9f32..7497ee4 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ [![license badge](https://img.shields.io/github/license/redhat-actions/push-to-registry)](./LICENSE) [![size badge](https://img.shields.io/github/size/redhat-actions/push-to-registry/dist/index.js)](./dist) -Push-to-registry is a GitHub Action for pushing a container image or a manifest to an image registry, such as Dockerhub, quay.io, the GitHub Container Registry, or an OpenShift integrated registry. +Push-to-registry is a GitHub Action for pushing a container image or an [image manifest](https://github.com/containers/buildah/blob/main/docs/buildah-manifest.1.md) to an image registry, such as Dockerhub, quay.io, the GitHub Container Registry, or an OpenShift integrated registry. This action only runs on Linux, as it uses [podman](https://github.com/containers/Podman) to perform the push. [GitHub's Ubuntu action runners](https://github.com/actions/virtual-environments#available-environments) come with Podman preinstalled. If you are not using those runners, you must first [install Podman](https://podman.io/getting-started/installation).