From bef58bda262564379b5db6aecf30be67a36677a5 Mon Sep 17 00:00:00 2001 From: DeveloperDurpBot Date: Sat, 20 May 2023 11:36:38 +0000 Subject: [PATCH] ci: render Rendered by https://gitlab.com/developerdurp/yml/-/pipelines/873425211 --- pipelines/build-container.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pipelines/build-container.yml b/pipelines/build-container.yml index 919f093..11dd06e 100644 --- a/pipelines/build-container.yml +++ b/pipelines/build-container.yml @@ -3,7 +3,7 @@ stages: - build version: image: gittools/gitversion:5.12.0 - stage: versioning + stage: variables: GIT_DEPTH: "0" script: @@ -24,7 +24,7 @@ version: release: regex: release?[/] mode: ContinuousDeployment - increment: Patch + increment: Minor tag: '' is-release-branch: true prevent-increment-of-merged-branch-version: true @@ -74,6 +74,8 @@ build-container: artifacts: true only: - main +tags: + - docker HelmChart: image: registry.durp.info/dtzar/helm-kubectl stage: build