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

Checking docker image storage looks like an error, even when it isn't #32

Closed tetchel closed 3 years ago

tetchel commented 3 years ago

I know I signed off on this behaviour previously but the more I see it in my workflows the less I like it:

image

Checking the docker storage and not finding the image is normal operation, and not an error so long as the image is in podman.

I would like it if we grouped this output or checked for this error specifically, so that a regular workflow didn't have "Error" so prominently displayed in it.

However if any error other than this one occurs, it should be obvious.

divyansh42 commented 3 years ago

Done in #34