acr-build
acr-build copied to clipboard
No "latest" tag
Running the task does not push a "latest" tag with the image - is that possible?
I was using this command locally, which I believe would push both hash and latest tags:
az acr build --file Dockerfile --registry <my-registry> --image <my-image> .
EDIT: Okay you have it in the documentation that you can set the tag to e.g. latest. I will do that for now.