This commit is contained in:
2023-05-21 08:58:44 -05:00
parent efda811495
commit fb3a59a82a
3 changed files with 13 additions and 11 deletions

View File

@@ -35,11 +35,18 @@ docker:
needs:
- job: gobuild
artifacts: true
only:
- main
- job: version
artifacts: true
rules:
- if: $CI_COMMIT_REF_NAME == 'main'
helm:
extends: .helm-createchart
stage: publish
only:
- main
needs:
- job: gobuild
artifacts: false
- job: version
artifacts: true
rules:
- if: $CI_COMMIT_REF_NAME == 'main'

View File

@@ -10,6 +10,4 @@
script:
- ./scripts/docker-login.sh
- ./scripts/docker-build.sh
needs:
- job: version
artifacts: true

View File

@@ -4,6 +4,3 @@
- ./scripts/helm-addrepo.sh
- ./scripts/helm-package.sh
- ./scripts/helm-push.sh
needs:
- job: version
artifacts: true