From 874a5941a3fc986712c46382d30df049a9e80ff9 Mon Sep 17 00:00:00 2001 From: divyansh42 Date: Wed, 10 Feb 2021 11:15:28 +0530 Subject: [PATCH] Resolve reviews Signed-off-by: divyansh42 --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08ee8c3..85f68a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # push-to-registry Changelog ## v2 -- Rename `tag` input to `tags`, and allow you to push multiple tags of the same image -- Add input parameter `extra_args` to append extra args to the podman push -- Rename `registry-path` output parameter to `registry-paths`, and allow you to output multiple image registry paths of the pushed image -- (Internal) Add test workflows to test build and push using multiple container CLI (Podman and Docker) +- Rename `tag` input to `tags`, to allow you to push multiple tags of the same image +- Add input `extra_args` to append arbitrary arguments to the `podman push` +- Rename `registry-path` output to `registry-paths`, which is a JSON-parseable array containing all registry paths of the pushed image. The size of the output array is the number of `tags` that were pushed. +- (Internal) Add test workflows to test build and push using multiple container CLIs (Podman and Docker) - (Internal) Add CI checks to the action that includes ESlint, bundle verifier and IO checker ## v1.2