diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 55c7285ed4111691d97851d125122d1ec13c11eb..4088664a5fc2c4c16f3241307125b57d53244866 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -29,10 +29,6 @@ amdgpu:
                      --build-arg "aparapiver=${VERSION}"
                      "amdgpu/"
       - docker push "${REPOSITORY}-amdgpu"
-    only:
-      - master
-      - develop
-      - tags
     tags:
       - dind
 
@@ -52,10 +48,6 @@ nvidia:
                      --build-arg "aparapiver=${VERSION}"
                      "nvidia/"
       - docker push "${REPOSITORY}-nvidia"
-    only:
-      - master
-      - develop
-      - tags
     tags:
       - dind
 
@@ -75,9 +67,5 @@ pocl:
                      --build-arg "aparapiver=${VERSION}"
                      "pocl/"
       - docker push "${REPOSITORY}-pocl"
-    only:
-      - master
-      - develop
-      - tags
     tags:
       - dind