I'm having trouble getting this docker action to retry properly: docker/build-push-action@v2
Issue #52 mentions that "retry Docker actions" are not yet implemented so you may be aware of this already. From what I can tell the action "docker/login-action@v1" is required to login into the registry before running the build-push-action action (I've used this just fine without wretry.action). However, it seems when I use Wandalen/wretry.action@v1.0.27 the "context" for the referenced action is silo'd from the previously action for logging into the registry.
I'm having trouble getting this docker action to retry properly: docker/build-push-action@v2 Issue #52 mentions that "retry Docker actions" are not yet implemented so you may be aware of this already. From what I can tell the action "docker/login-action@v1" is required to login into the registry before running the build-push-action action (I've used this just fine without wretry.action). However, it seems when I use Wandalen/wretry.action@v1.0.27 the "context" for the referenced action is silo'd from the previously action for logging into the registry.
Works without retry:
Does not work with retry:
Errors in Github for the retry action: