Add informative output
All checks were successful
Lint Checks / Run linter (pull_request) Successful in 27s
Deploy Test / Run deploy test suite (pull_request) Successful in 4m43s
Webapp Test / Run webapp test suite (pull_request) Successful in 5m58s
Smoke Test / Run basic test suite (pull_request) Successful in 5m53s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 7m22s

This commit is contained in:
David Boreham 2024-02-27 08:51:55 -07:00
parent 61dda7f6d9
commit 51f87c5f9d

View File

@ -149,6 +149,8 @@ def command(ctx, include, exclude, force_local_overwrite, image_registry, regist
registry_info = RegistryInfo(image_registry, registry_username, registry_token)
docker = DockerClient()
if not opts.o.quiet:
print("Logging into container registry:")
docker.login(registry_info.registry, registry_info.registry_username, registry_info.registry_token)
# Generate list of target containers
stack = ctx.obj.stack