redhat-actions / push-to-registry

GitHub Action to push a container image to an image registry.
https://github.com/marketplace/actions/push-to-registry
MIT License
100 stars 33 forks source link

Fix error message in logs due to image not present in docker #34

Closed divyansh42 closed 3 years ago

divyansh42 commented 3 years ago

Signed-off-by: divyansh42 diagrawa@redhat.com

Description

If image is not present in docker, logs messages print Error in logs (which is not actually an error) So hiding that logs by using groups.

Related Issue(s)

32

Checklist