Skip to content
Snippets Groups Projects
Commit 27b0fc2a authored by Sebastian Karius's avatar Sebastian Karius
Browse files

Update .gitlab-ci.yml file

parent 3d5a2906
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@ docker-build:
changes:
- docker/**/*
- docker-compose.yml
- if: $SCHEDULED
image: docker:26.1
services:
- name: docker:26.1-dind
......@@ -29,6 +30,7 @@ helm-package:
changes:
- helm/**/*
- .gitlab-ci.yml
- if: $SCHEDULED
image: alpine/helm:3.15.1
before_script:
- helm repo add stable https://charts.helm.sh/stable
......@@ -53,6 +55,7 @@ helm-publish:
changes:
- helm/**/*
- .gitlab-ci.yml
- if: $SCHEDULED
dependencies:
- helm-package
image: curlimages/curl:latest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment