CI: master-Pushes taggen als :nightly statt :latest

Workflow: master → :nightly (Entwicklung/Test), manuell → :latest (stabil)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Sam 2026-03-03 21:50:10 +01:00
parent cbcdf4915d
commit a4236e23f4

View file

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