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

[QUESTION] Recommendation on dealing with server side errors? #64

Open funkyfuture opened 2 years ago

funkyfuture commented 2 years ago

Question

An action setup of mine recently failed as podman got a 502 response when trying to push to a registry. i assume that this was a temporary issue on the server side. is there a recommended way how one should prevent such situations?

pivovarit commented 2 years ago

This happens for us quite often as well and we need to restart our pipelines. Configurable retries would do wonders