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
Branches
Tags
No related merge requests found
...@@ -26,7 +26,9 @@ build: ...@@ -26,7 +26,9 @@ build:
upload: upload:
stage: upload stage: upload
image: curlimages/curl:latest image:
name: curlimages/curl:latest
pull_policy: if-not-present # available: always, if-not-present, never
tags: tags:
- global-runner - global-runner
rules: rules:
...@@ -38,7 +40,9 @@ upload: ...@@ -38,7 +40,9 @@ upload:
release: release:
stage: 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: tags:
- global-runner - global-runner
rules: rules:
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment