Mellanox / ci-demo

Apache License 2.0
2 stars 19 forks source link

Add registry_auth check #84

Closed andrii-holovchenko closed 4 months ago

andrii-holovchenko commented 4 months ago

There is no reason to log into a registry if credentials are not provided (withRegistry allows this with a null variable). Conversely, it fixes an issue where REGISTRY_AUTH_FILE is defined and subsequently overridden by the docker (podman) login command.