:sourcedir: ../../../ = Container-Publish-Snapshot Dieses Template funktioniert genauso wie das <<_container_publish, Container Publish>> Template. Es wird jedoch in folgenden Branches ausgeführt. Dabei sind die Imagenamen der Container abhängig von den Branchnamen. .Ausführung |=== |Branch |Container Image name |DEFAULT BRANCH (master/main) |DOCKER_REGISTRY:latest |feature/* |$DOCKER_REGISTRY:feature/(Branch-postfix) |refactor/* |$DOCKER_REGISTRY:refactor/(Branch-postfix) |=== .Variables |=== |Name |Description | Default Value || Siehe <<_container_publish, Container Publish>> | |=== .sonar-template [source,yaml] ---- include::{sourcedir}/container-publish-snapshot.gitlab-ci.yml[] ----