I'm using this action in a workflow that sets up the registry's credentials through a configuration file.
Because of that, I don't need to supply credentials to this action: Docker can authenticate with my registry just fine.
I can confirm that my image is built and pushed successfully, but because I didn't supply credentials to the action, the action raises an error and marks the step (and workflow) as failed, even though everything went fine.