In vs2019, I generate the docker image in the output window, the original command to generate the image was:
docker build -f "e:\work\dotnetcoreproject\rookie.qwt\rookie.qwt.webapi\dockerfile" --force-rm -t rookieqwtwebapi --label "com.microsoft.created-by=visual-studio" --label "com.microsoft.visual-studio.project-name=rookie.Qwt.WebApi" "e:\work\dotnetcoreproject\rookie.qwt"
I want to change the image name rookieqwtwebapi
to registry.rookie.qwt.webapi
, how can I do it in vs2019?