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

Build version

parent 49869035
No related branches found
No related tags found
1 merge request!387Wrong model
...@@ -468,8 +468,9 @@ release-images: ...@@ -468,8 +468,9 @@ release-images:
- "echo ${CI_REGISTRY2_PASSWORD} | docker login --username ${CI_REGISTRY2_USER} --password-stdin ${CI_REGISTRY2_URL}" - "echo ${CI_REGISTRY2_PASSWORD} | docker login --username ${CI_REGISTRY2_USER} --password-stdin ${CI_REGISTRY2_URL}"
- "ifconfig eth0 mtu 1450 up" - "ifconfig eth0 mtu 1450 up"
- "apk add --no-cache make bash" - "apk add --no-cache make bash"
- "echo 'Release staging images with tag: ${BUILD_VERSION}'"
script: script:
- "make release-images" - "make release-images > /dev/null"
release-helm: release-helm:
stage: release stage: release
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment