Azure / acr-build

Github action to build containers with Azure Container Registry
MIT License
19 stars 25 forks source link

No "latest" tag #17

Open jepperaskdk opened 1 year ago

jepperaskdk commented 1 year ago

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.