push-to-registry

GitHub Action to push a container image to an image registry.

MIT License

Stars
97
Committers
11

Bot releases are hidden (Show)

push-to-registry - Update action to run on Node20 Latest Release

Published by divyansh42 7 months ago

push-to-registry - Update action to run on Node16

Published by divyansh42 almost 2 years ago

push-to-registry -

Published by divyansh42 over 2 years ago

push-to-registry -

Published by divyansh42 almost 3 years ago

push-to-registry - Image manifest support

Published by divyansh42 almost 3 years ago

  • Allow pushing image manifest.
push-to-registry -

Published by divyansh42 almost 3 years ago

push-to-registry - Allow fully qualified image names in 'tags' input

Published by divyansh42 almost 3 years ago

  • 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
push-to-registry -

Published by divyansh42 about 3 years ago

push-to-registry - Update log messages

Published by divyansh42 over 3 years ago

  • Warn users if input image and registry both has / in it's name.
  • Update README to better explain inputs image and registry.
push-to-registry - Make input `username` and `password` optional

Published by divyansh42 over 3 years ago

  • Make input username and password optional, so that user can skip these inputs if they are already logged in to container image registry.
push-to-registry - Support for multiple tags and extra args

Published by divyansh42 over 3 years ago

  • 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.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
push-to-registry - Modify error and info messages

Published by divyansh42 over 3 years ago

  • Add output message if input tags is not provided
  • Modify output message if tag(s) are not found
push-to-registry - Support to output single registry path

Published by divyansh42 over 3 years ago

  • 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
push-to-registry -

Published by divyansh42 over 3 years ago

push-to-registry -

Published by tetchel over 3 years ago

push-to-registry -

Published by tetchel almost 4 years ago

push-to-registry -

Published by divyansh42 almost 4 years ago