Skip to content
Snippets Groups Projects
Verified Commit 1577c253 authored by Martin Weise's avatar Martin Weise
Browse files

Need make

parent 29709745
No related branches found
No related tags found
No related merge requests found
......@@ -163,10 +163,10 @@ build-helm:
image: docker.io/docker:24-dind
stage: build
before_script:
- apk add --no-cache helm make
- echo "$CI_GPG_KEYRING" | base64 -d > ./secring.gpg
- echo "$CI_REGISTRY_PASSWORD" | docker login --username "$CI_REGISTRY_USER" --password-stdin $CI_REGISTRY_URL
script:
- apk add --no-cache helm
- make build-helm
deploy-staging:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment