From 574cb00040b1ceb08609fa407840f777f3212326 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20DA=20ROCHA?= <sebastien@da-rocha.net>
Date: Fri, 15 Oct 2021 10:47:41 +0200
Subject: [PATCH] CI build tagged docker image automatically

---
 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b5cd343d..0eebfc0f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -44,7 +44,6 @@ build tagged docker image:
   stage: build
   only:
     - tags
-  when: manual
   tags:
     - build
   image:
-- 
GitLab