Skip to content
Snippets Groups Projects
Commit e55bbccc authored by Manuel Kieweg's avatar Manuel Kieweg
Browse files

new nightly tags

parent 5ae6cc5b
Branches
Tags
1 merge request!139new nightly tags
Pipeline #68153 passed with warnings
......@@ -285,7 +285,7 @@ func createDeployment(environment, hash string) *appv1.Deployment {
VolumeSource: corev1.VolumeSource{
ConfigMap: &corev1.ConfigMapVolumeSource{
LocalObjectReference: corev1.LocalObjectReference{
Name: "gosdn-develop-config",
Name: environment + "-config",
},
},
},
......
......@@ -33,6 +33,21 @@ build:develop:
- if: $CI_COMMIT_BRANCH == "develop"
<<: *build
build:nightly:develop:
variables:
TAG: $CI_REGISTRY_IMAGE:nightly-develop
BUILDARGS: -race
rules:
- if: $CI_NIGHTLY == "develop"
<<: *build
build:nightly:
variables:
TAG: $CI_REGISTRY_IMAGE:nightly
rules:
- if: $CI_NIGHTLY == "mainline"
<<: *build
build:merge-request:
variables:
TAG: $CI_REGISTRY_IMAGE:merge-request
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment