Updating instructions for pushing a new docker image
diff --git a/README.md b/README.md
index 84d3257..aa8a169 100644
--- a/README.md
+++ b/README.md
@@ -137,7 +137,7 @@
 then run
 
 ```
-docker buildx build --pull --platform linux/amd64,linux/arm64 -t TAG --push .
+docker buildx build --pull --platform linux/amd64,linux/arm64 -t apache/airavata-django-portal:latest --push .
 ```
 
 ## Documentation