I have the following Go code, and am wanting to Publish my docker image upto Azure. Could someone show me an example of how I would adjust it to include Azure credentials please?
Thanks
src := client.Host().Directory(".")
_, err = src.
DockerBuild().
Publish(ctx, "storage.azurecr.io/ui/test/"+"test123")