Update 2 files
- /scripts/version-number.sh - /templates/build-container.tpl.yml
This commit is contained in:
@@ -15,7 +15,7 @@ branches:
|
||||
release:
|
||||
regex: release?[/]
|
||||
mode: ContinuousDeployment
|
||||
increment: Patch
|
||||
increment: Minor
|
||||
tag: ''
|
||||
is-release-branch: true
|
||||
prevent-increment-of-merged-branch-version: true
|
||||
|
||||
@@ -4,7 +4,7 @@ stages:
|
||||
|
||||
version:
|
||||
image: gittools/gitversion:5.12.0
|
||||
stage: versioning
|
||||
stage:
|
||||
variables:
|
||||
GIT_DEPTH: "0"
|
||||
script:
|
||||
@@ -31,7 +31,9 @@ build-container:
|
||||
artifacts: true
|
||||
only:
|
||||
- main
|
||||
|
||||
tags:
|
||||
- docker
|
||||
|
||||
HelmChart:
|
||||
image: registry.durp.info/dtzar/helm-kubectl
|
||||
stage: build
|
||||
|
||||
Reference in New Issue
Block a user