From ea41adf052fd62177931d226cb675fd9b900ddfe Mon Sep 17 00:00:00 2001 From: Dzianis Bartashevich <bartashevich@av.it.pt> Date: Wed, 20 Mar 2019 16:21:37 +0000 Subject: [PATCH] the package deployment only occurs on tag command --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7081fd92..9d9ab7b8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -43,6 +43,7 @@ pages: paths: - public +# executed only when receives 'git tag' command registry_deploy: tags: - docker-executor -- GitLab