Releases: redhat-actions/push-to-registry
Releases · redhat-actions/push-to-registry
Make input `username` and `password` optional
- Make input
username
andpassword
optional, so that user can skip these inputs if they are already logged in to container image registry.
Support to output single registry path
- Add output
registy-path
to output first element ofregistry-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
Modify error and info messages
- Add output message if input
tags
is not provided - Modify output message if tag(s) are not found
v1.2: Solve issue when image is present in Podman and Docker both (#16)
* Solve issue when image is present in Podman and Docker both If updated docker image is present in docker env then docker image won't get used if image same name and tag is already present in podman env. To fix this, selected latest built image and removed the image at the end from the podman env if image is pulled from docker env. Signed-off-by: divyansh42 <[email protected]>
v1.1: Solve issue when image is present in Podman and Docker both (#16)
* Solve issue when image is present in Podman and Docker both If updated docker image is present in docker env then docker image won't get used if image same name and tag is already present in podman env. To fix this, selected latest built image and removed the image at the end from the podman env if image is pulled from docker env. Signed-off-by: divyansh42 <[email protected]>
v1: Solve issue when image is present in Podman and Docker both (#16)
* Solve issue when image is present in Podman and Docker both If updated docker image is present in docker env then docker image won't get used if image same name and tag is already present in podman env. To fix this, selected latest built image and removed the image at the end from the podman env if image is pulled from docker env. Signed-off-by: divyansh42 <[email protected]>
v0.1
Update action.yml