ci: render

Rendered by https://gitlab.com/developerdurp/yml/-/pipelines/873850184
This commit is contained in:
2023-05-21 13:59:25 +00:00
parent fb3a59a82a
commit cd3f91ee75
2 changed files with 0 additions and 6 deletions

View File

@@ -21,6 +21,3 @@
docker push "$CI_REGISTRY/$CI_PROJECT_PATH:latest" docker push "$CI_REGISTRY/$CI_PROJECT_PATH:latest"
docker push "$CI_REGISTRY/$CI_PROJECT_PATH:$VERSION" docker push "$CI_REGISTRY/$CI_PROJECT_PATH:$VERSION"
# End of docker-build.sh # End of docker-build.sh
needs:
- job: version
artifacts: true

View File

@@ -20,6 +20,3 @@
# Begin of helm-push.sh # Begin of helm-push.sh
- "#Helm Push \n \nhelm plugin install https://github.com/chartmuseum/helm-push\nfor chart in packages/*; do\n helm cm-push ./$chart ${CI_PROJECT_NAME}\ndone\n" - "#Helm Push \n \nhelm plugin install https://github.com/chartmuseum/helm-push\nfor chart in packages/*; do\n helm cm-push ./$chart ${CI_PROJECT_NAME}\ndone\n"
# End of helm-push.sh # End of helm-push.sh
needs:
- job: version
artifacts: true