Skip to content
Snippets Groups Projects
Commit 519c9b52 authored by Marco Holz's avatar Marco Holz
Browse files

fix CI: remove $CI_REGISTRY

parent 5c8db00f
No related branches found
No related tags found
1 merge request!36fix CI: remove $CI_REGISTRY
......@@ -38,7 +38,7 @@ build:
upload:review:
stage: upload
image: $CI_REGISTRY/alpine:latest
image: alpine:latest
environment:
name: review/$CI_COMMIT_REF_NAME
on_stop: stop:review
......@@ -55,7 +55,7 @@ upload:review:
upload:production:
stage: upload
image: $CI_REGISTRY/alpine:latest
image: alpine:latest
environment:
name: production
url: https://docs.fitko.de/fit-connect/
......@@ -70,7 +70,7 @@ upload:production:
stop:review:
stage: .post
image: $CI_REGISTRY/alpine:latest
image: alpine:latest
environment:
name: review/$CI_COMMIT_REF_NAME
action: stop
......
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