From b95b1097d7a1d92191134d89c73cd97df6deb237 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen.haas@lakedrops.com> Date: Fri, 15 Sep 2023 17:05:39 +0200 Subject: [PATCH] Update CI configuration --- .gitlab-ci.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5c150b8..9517d36 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,4 @@ -include: - - project: gitlab-ci-cd/general - ref: main - file: '/tagrelease.yml' - variables: - SUPPORT_LATEST_TAG: 1 VERSION: ${CI_COMMIT_TAG} before_script: @@ -12,6 +6,8 @@ before_script: Unlighthouse: stage: build + tags: + - default script: - docker build --pull --build-arg VERSION=${VERSION} -t ${CI_REGISTRY_IMAGE} . - docker push ${CI_REGISTRY_IMAGE}:${VERSION} -- GitLab