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:
parent
cbcdf4915d
commit
a4236e23f4
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ docker-build:
|
||||||
script:
|
script:
|
||||||
- |
|
- |
|
||||||
if [ "$CI_COMMIT_REF_NAME" = "main" ] || [ "$CI_COMMIT_REF_NAME" = "master" ]; then
|
if [ "$CI_COMMIT_REF_NAME" = "main" ] || [ "$CI_COMMIT_REF_NAME" = "master" ]; then
|
||||||
TAG="latest"
|
TAG="nightly"
|
||||||
else
|
else
|
||||||
TAG="$CI_COMMIT_REF_SLUG"
|
TAG="$CI_COMMIT_REF_SLUG"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue