diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7f8caf03326931741dee6d7711c9cecf30b78560..073b10f697e635b4c6f3fe02be1366aea7542836 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,7 @@ image: docker:latest
 
 variables:
   DOCKER_TLS_CERTDIR: "/certs"
-  IMAGE_VER: 0.21.3
+  IMAGE_VER: 0.21.4
 
 services:
   - docker:dind
diff --git a/lib/CF2022/Helpers/Auth.pm b/lib/CF2022/Helpers/Auth.pm
index 82c17bd6ac6bccdec59e869445687a9214bd1b49..1a70b95cbfffdd0808a780628414af127e10fdd4 100644
--- a/lib/CF2022/Helpers/Auth.pm
+++ b/lib/CF2022/Helpers/Auth.pm
@@ -92,7 +92,7 @@ sub register ( $class, $self, $conf) {
             }
             elsif ( $group =~ /cen:regp/ ) {
                 return {
-                    region => 'Celostátní fórum',
+                    region => '',
                     role   => 'regp',
                 };
             }