how to check Azure Pipeline using Docker credentials while building Image
Requirement: I have to build the docker Image using Docker Hub credentials and push it to Harbor repository Below snippet is working in Azure pipeline, but not sure Docker credentials are being used while building image Is there a way…