From 490252ba6075d7b3ff3559143bf6cb633a824b9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Sun, 20 Dec 2020 16:38:25 +0100 Subject: [PATCH] Enable push to DockerHub --- execution/.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/execution/.gitlab-ci.yml b/execution/.gitlab-ci.yml index c1a58f4bb..c750f466c 100644 --- a/execution/.gitlab-ci.yml +++ b/execution/.gitlab-ci.yml @@ -1,7 +1,7 @@ stages: - deploy -.deploy: +deploy: stage: deploy tags: - exec-dind -- GitLab