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

Added stuff

parent c2f4cffa
No related branches found
No related tags found
1 merge request!272Master
......@@ -5,8 +5,8 @@ variables:
DOCKER_HOST: "unix:///var/run/dind/docker.sock"
TESTCONTAINERS_RYUK_DISABLED: "false"
DOC_VERSIONS: "latest,1.4.3,1.4.2,1.4.1,1.4.0"
APP_VERSION: "1.4.3"
CHART_VERSION: "1.4.3"
APP_VERSION: "1.4.4"
CHART_VERSION: "1.4.4"
image: debian:12-slim
......@@ -588,7 +588,7 @@ release-images:
- "ifconfig eth0 mtu 1450 up"
- "apk add make bash"
script:
- "make release"
- "make release-images"
release-chart:
stage: release
......@@ -596,6 +596,9 @@ release-chart:
only:
refs:
- /^release-.*/
except:
refs:
- release-latest
before_script:
- "echo ${CI_REGISTRY2_PASSWORD} | docker login --username ${CI_REGISTRY2_USER} --password-stdin $CI_REGISTRY2_URL"
- "apk add sed helm curl"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment