Skip to content

Commit 01191c3

Browse files
Merge pull request #209941 from mike-urnun-msft/patch-34
(Azure CXP) fix docker push step
2 parents 840efea + 81c9759 commit 01191c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/container-apps/communicate-between-microservices.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,13 +163,13 @@ Output from the `az acr build` command shows the upload progress of the source c
163163
# [Bash](#tab/bash)
164164
165165
```azurecli
166-
docker push $ACR_NAME.azurecr.io/albumapp-ui .
166+
docker push $ACR_NAME.azurecr.io/albumapp-ui
167167
```
168168
169169
# [PowerShell](#tab/powershell)
170170
171171
```powershell
172-
docker push $ACR_NAME.azurecr.io/albumapp-ui .
172+
docker push $ACR_NAME.azurecr.io/albumapp-ui
173173
```
174174
175175
---
@@ -283,4 +283,4 @@ az group delete --name $RESOURCE_GROUP
283283
## Next steps
284284

285285
> [!div class="nextstepaction"]
286-
> [Environments in Azure Container Apps](environment.md)
286+
> [Environments in Azure Container Apps](environment.md)

0 commit comments

Comments
 (0)