Skip to content
Snippets Groups Projects
Commit 0bf2011b authored by Manuel Menz's avatar Manuel Menz
Browse files

feat: change config to use gitlab internal docker registry (planning#1694)

parent d69a6add
No related branches found
No related tags found
1 merge request!33feat: change config to use gitlab internal docker registry (planning#1694)
......@@ -16,7 +16,7 @@ stages:
build:
stage: build
image: ${CI_REGISTRY}/fit-connect/baseimage:latest
image: ${CI_REGISTRY}/fit-connect/images/baseimage:latest
script:
- redocly bundle routing-api.yaml -o dist/routing-api.yaml
artifacts:
......@@ -28,7 +28,7 @@ build:
lint:
stage: lint
image:
name: ${CI_REGISTRY}/stoplight/spectral:5
name: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/stoplight/spectral:5
entrypoint: [ "" ]
script:
- spectral lint routing-api.yaml -D
......@@ -40,7 +40,7 @@ variables:
upload-preview:
stage: upload
image: ${CI_REGISTRY}/fit-connect/baseimage:latest
image: ${CI_REGISTRY}/fit-connect/images/baseimage:latest
environment:
name: review/$CI_COMMIT_REF_NAME
on_stop: stop-preview
......@@ -69,7 +69,7 @@ link-check:
upload-latest-dev:
stage: upload
image: ${CI_REGISTRY}/fit-connect/baseimage:latest
image: ${CI_REGISTRY}/fit-connect/images/baseimage:latest
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
before_script:
......@@ -81,7 +81,7 @@ upload-latest-dev:
upload-release:
stage: upload
image: ${CI_REGISTRY}/fit-connect/baseimage:latest
image: ${CI_REGISTRY}/fit-connect/images/baseimage:latest
rules:
- if: $CI_COMMIT_TAG
before_script:
......@@ -97,7 +97,7 @@ upload-release:
stop-preview:
stage: .post
image: ${CI_REGISTRY}/fit-connect/baseimage:latest
image: ${CI_REGISTRY}/fit-connect/images/baseimage: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