You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation does not mention anything about my problem
There are no open or closed issues that are related to my problem
Description
When pushing an image to our registry, we occasionally get a 429 Too Many Requests. Instead of retrying the push (which is the expected behavior, and supposedly supported by the Action), it just fails:
#15 exporting to image
#15 pushing layers 5.4s done
#15 pushing manifest for <registry>/<image>:<tag>@sha256:<hash>
#15 pushing manifest for <registry>/<image>:<tag>@sha256:<hash> 40.0s done
#15 ERROR: failed to push <registry>/<image>:<tag>: failed commit on ref "index-sha256:<hash>": unexpected status from PUT request to https://<registry>/v2/<image>/manifests/<tag>: 429 Too Many Requests
Contributing guidelines
I've found a bug, and:
Description
When pushing an image to our registry, we occasionally get a
429 Too Many Requests
. Instead of retrying the push (which is the expected behavior, and supposedly supported by the Action), it just fails:Expected behaviour
The push should be retried.
Actual behaviour
The push just fails.
Repository URL
No response
Workflow run URL
No response
YAML workflow
Workflow logs
No response
BuildKit logs
No response
Additional info
We're using the Action distributed with GitHub Enterprise 3.12.1, but will try
@v6
to see if it helps.The text was updated successfully, but these errors were encountered: