Skip to content
Snippets Groups Projects
Commit 412c17bf authored by Frank Baier's avatar Frank Baier
Browse files

Update gitlab-ci-mkp.yml

parent 850219f9
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,9 @@ build:
upload:
stage: upload
image: curlimages/curl:latest
image:
name: curlimages/curl:latest
pull_policy: if-not-present # available: always, if-not-present, never
tags:
- global-runner
rules:
......@@ -38,7 +40,9 @@ upload:
release:
stage: release
image: registry.gitlab.com/gitlab-org/release-cli:latest
image:
name: registry.gitlab.com/gitlab-org/release-cli:latest
pull_policy: if-not-present # available: always, if-not-present, never
tags:
- global-runner
rules:
......
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