Skip to content

Commit 9455ca4

Browse files
Merge pull request #224654 from AjayBathini-MSFT/patch-34
(AzureCXP) fixes MicrosoftDocs/azure-docs#104129
2 parents 0e755e2 + b67c39c commit 9455ca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/tutorial-kubernetes-app-update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ To correctly use the updated image, tag the *azure-vote-front* image with the lo
9898
Use [docker tag][docker-tag] to tag the image. Replace `<acrLoginServer>` with your ACR login server name or public registry hostname, and update the image version to *:v2* as follows:
9999

100100
```console
101-
docker tag mcr.microsoft.com/azuredocs/azure-vote-front:v1 <acrLoginServer>/azure-vote-front:v2
101+
docker tag /azure-vote-front:v1 /azure-vote-front:v2
102102
```
103103

104104
Now use [docker push][docker-push] to upload the image to your registry. Replace `<acrLoginServer>` with your ACR login server name.

0 commit comments

Comments
 (0)