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