Docker - in CI/CD
In a CI pipeline, after running:
docker login -u user -p password registry.example.com docker push registry.example.com/myapp:2.0What is the expected output if credentials are correct?
