You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For production builds, make sure you use the correct version tag, which may not be `latest`. Container image tagging conventions such as the use of `latest` are a convention. Learn more about [recommendations for tagging and versioning container images](/azure/container-registry/container-registry-image-tag-version).
@@ -222,10 +227,12 @@ When using Docker Registry, sign into your registry then push your Docker images
222
227
223
228
```bash
224
229
# Tag the image
225
-
docker tag my-app:latest myregistry.azurecr.io/my-app:latest
0 commit comments