ci: skip image test on main and develop branches

This commit is contained in:
Rainer Killinger
2022-10-13 12:53:17 +02:00
parent e0717a96ef
commit 3980496c77

View File

@@ -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