From 3220bde582f36425b94538739dda03502719a28c Mon Sep 17 00:00:00 2001 From: divyansh42 Date: Wed, 17 Nov 2021 12:48:00 +0530 Subject: [PATCH] Update changelog for v2.4.1 Signed-off-by: divyansh42 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b47974..9dd468f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # push-to-registry Changelog +## v2.4.1 +- Fix issue when pushing multiple tags. [#57](https://github.com/redhat-actions/push-to-registry/issues/57) + ## v2.4 - Allow fully qualified image names in `tags` input, for compatibility with [docker/metadata-action`](https://github.com/docker/metadata-action). [#50](https://github.com/redhat-actions/push-to-registry/pull/50) - Fix issue where image pulled from Docker storage would overwrite image in Podman storage [733d8e9](https://github.com/redhat-actions/buildah-build/commit/733d8e9a389084e2f8c441f0a568e5d467497557)