diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 37aaa5ad7fac3ae692334b73adf6e3cab20b888a..b4ffe9e49815bf1010636b8627e7955ce08e3ad6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -34,8 +34,8 @@ lint:shell-script:
 build:master:
   stage: deploy
   script:
-    - docker build --pull -t "$CI_REGISTRY_IMAGE/wp-org-plugin-deploy:latest" ./context/
-    - docker push "$CI_REGISTRY_IMAGE/wp-org-plugin-deploy:latest"
+    - docker build --pull -t "$CI_REGISTRY_IMAGE/latest" ./context/
+    - docker push "$CI_REGISTRY_IMAGE/latest"
   only:
     - master
   when: manual
@@ -43,7 +43,7 @@ build:master:
 build:dev:
   stage: deploy
   script:
-    - docker build --pull -t "$CI_REGISTRY_IMAGE/wp-org-plugin-deploy:dev" ./context/
-    - docker push "$CI_REGISTRY_IMAGE/wp-org-plugin-deploy:dev"
+    - docker build --pull -t "$CI_REGISTRY_IMAGE/dev" ./context/
+    - docker push "$CI_REGISTRY_IMAGE/dev"
   except:
     - master