-
Notifications
You must be signed in to change notification settings - Fork 257
Open
Labels
Description
Hey! Occasionally, our login step fails due to rate-limiting or the system we're logging into being unavailable. It would be super useful to have a retry flag of some kind. Based on similar functionality for other actions in the space, imagining it might look like:
- name: Login
uses: docker/login-action@v3
with:
registry: ...
username: ...
password: ...
retries: 3
robdimsdale, ashwinkhode, destornillador, rllecha, nephatrine and 23 more