From d337c94e1ccac535f47f731dcc072fd5f6c3796b Mon Sep 17 00:00:00 2001 From: Florian Hoss Date: Tue, 11 Jun 2024 11:27:25 +0200 Subject: [PATCH] Disable deploy for now --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f9f3866..9190488 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ stages: - build - - deploy + # - deploy variables: LATEST_IMAGE: '$CI_REGISTRY_IMAGE:latest'