acr-build icon indicating copy to clipboard operation
acr-build copied to clipboard

No "latest" tag

Open jepperaskdk opened this issue 3 years ago • 0 comments

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.

jepperaskdk avatar Mar 11 '23 11:03 jepperaskdk