Support publish retry (Docker image pushing) #5852
Closed
jsirianni
started this conversation in
Ideas, Issue Triage, and General discussions
Replies: 1 comment 1 reply
-
|
hi! it does retry image pushes, but I don't think it does it for manifests - it should! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Sometimes pushes to dockerhub can fail intermittently, likely a brief issue with Dockerhub. Retrying the release usually works.
Ideally Goreleaser would support the ability to retry pushing docker images, with some sort of backoff configuration. Something we can opt into. e.g.
This would save time when releasing complicated software. We have a build that takes ~45 minutes to assemble. If the push to dockerhub fails, we need to retry the entire build.
Specifically I would like this for
dockersanddocker_manifests. Would be welcome to support retry elsewhere.Alternatives
Alternatively, we would disable Goreleaser's push to dockerhub, and perform it with a script when dockerhub is finished. This is not ideal but could work.
Beta Was this translation helpful? Give feedback.
All reactions