From a4236e23f4c0816ac7a3f0870521e7fd6e2b49e4 Mon Sep 17 00:00:00 2001 From: Sam Date: Tue, 3 Mar 2026 21:50:10 +0100 Subject: [PATCH] CI: master-Pushes taggen als :nightly statt :latest MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Workflow: master → :nightly (Entwicklung/Test), manuell → :latest (stabil) Co-Authored-By: Claude Opus 4.6 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0ca0bff..36d85b6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,7 +28,7 @@ docker-build: script: - | if [ "$CI_COMMIT_REF_NAME" = "main" ] || [ "$CI_COMMIT_REF_NAME" = "master" ]; then - TAG="latest" + TAG="nightly" else TAG="$CI_COMMIT_REF_SLUG" fi