docker / build-push-action

GitHub Action to build and push Docker images with Buildx
https://github.com/marketplace/actions/build-and-push-docker-images
Apache License 2.0
4.13k stars 532 forks source link

Add retry on build and push action. #974

Closed simlarsen closed 8 months ago

simlarsen commented 9 months ago

Description

Some jobs like this https://github.com/OneUptime/oneuptime/actions/runs/6328460825/job/17186766895 are failing on buiild because of network issues with gIthub runner.

Please add a retry param to action step, so if the build fails it retries again.

crazy-max commented 8 months ago

Closing as it seems a duplicate of https://github.com/docker/build-push-action/issues/719