Skip to content
Snippets Groups Projects
Commit 1c93b2e2 authored by tmueller's avatar tmueller
Browse files

Update .gitlab-ci.yml

parent de2a803c
No related branches found
No related tags found
No related merge requests found
Pipeline #2633 failed
......@@ -10,7 +10,6 @@ image:
release-build:
stage: build
image: gitlab.cl.uni-heidelberg.de:5050/tmueller/clspigot-docker:latest
rules:
- if: $CI_COMMIT_TAG # Run this job when a tag is created manually
before_script:
......@@ -18,11 +17,8 @@ release-build:
- echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json
script:
- "/kaniko/executor --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/Dockerfile --destination $CI_REGISTRY_IMAGE:$CI_COMMIT_TAG --destination $CI_REGISTRY_IMAGE:latest --build-arg vcsrev=$CI_COMMIT_SHORT_SHA"
release:
name: 'Release $CI_COMMIT_TAG'
description: 'Created using the release-cli'
tag_name: '$CI_COMMIT_TAG' # elsewhere in the pipeline.
ref: '$CI_COMMIT_TAG'
only:
- master
beta-build:
stage: build
......
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