From a18dd391e03b43c15b318756e5fe0f035c72a87f Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen.haas@lakedrops.com> Date: Fri, 17 Jun 2022 13:32:52 +0200 Subject: [PATCH] Enable support for "latest" tag --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b8b401d..d7cade2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,7 @@ include: file: '/tagrelease.yml' variables: + SUPPORT_LATEST_TAG: 1 VERSION: ${CI_COMMIT_TAG} before_script: -- GitLab