From 3980496c776dc50d09f1b064219b485fd89b6f56 Mon Sep 17 00:00:00 2001 From: Rainer Killinger Date: Thu, 13 Oct 2022 12:53:17 +0200 Subject: [PATCH] ci: skip image test on main and develop branches --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5becb2d4..1ee65b80 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,6 +21,9 @@ image build: - docker tag $CI_REGISTRY_IMAGE:$CI_ES_VERSION $CI_REGISTRY_IMAGE:latest only: - branches + except: + - main + - develop main: stage: publish