Skip to content

Releases: redhat-actions/push-to-registry

Update action to run on Node20

08 Mar 06:43
Compare
Choose a tag to compare

Support for multiple tags and extra args

21 Apr 17:30
Compare
Choose a tag to compare
  • 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

Minor releases

v2.8

v2.7

v2.6

v2.5.1

  • README update

v2.5: Image manifest support

  • Allow pushing image manifest.

v2.4.1

  • Fix bug when pushing multiple tags. #57

v2.4: Allow fully qualified image names in tags input

  • Allow fully qualified image names in tags input, for compatibility with docker/metadata-action. #50
  • Fix issue where image pulled from Docker storage would overwrite image in Podman storage 733d8e9

v2.3: Update log messages and README

  • Warn users if input image and registry both has / in it's name.
  • Update README to better explain inputs image and registry

v2.2: Make input username and password optional

  • Make input username and password optional, so that user can skip these inputs if they are already logged in to container image registry.

v2.1: Support to output single registry path

  • Add output registy-path to output first element of registry-paths
  • Print image digest after every push to verify image digest for each tag
  • Print podman version at start of the action to verify that required version is being used
  • (Internal) Add Link checker workflow to identify dangling links

Update action to run on Node16

Add changelog for v2.6

02 Jun 11:23
Compare
Choose a tag to compare
Signed-off-by: divyansh42 <diagrawa@redhat.com>

Update changelog for v2.5.1

21 Dec 16:52
Compare
Choose a tag to compare
Signed-off-by: divyansh42 <diagrawa@redhat.com>

Image manifest support

24 Nov 07:11
Compare
Choose a tag to compare
  • Allow pushing image manifest.

Update changelog for v2.4.1

17 Nov 07:20
Compare
Choose a tag to compare
Signed-off-by: divyansh42 <diagrawa@redhat.com>

Allow fully qualified image names in 'tags' input

27 Oct 17:21
Compare
Choose a tag to compare
  • Allow fully qualified image names in tags input, for compatibility with docker/metadata-action. #50
  • Fix issue where image pulled from Docker storage would overwrite image in Podman storage 733d8e9

Update changelog for v2.3.2

15 Sep 05:36
Compare
Choose a tag to compare
Signed-off-by: divyansh42 <diagrawa@redhat.com>

Update log messages

22 Apr 16:38
Compare
Choose a tag to compare
  • Warn users if input image and registry both has / in it's name.
  • Update README to better explain inputs image and registry.