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

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

parent 93a9e08b
No related branches found
No related tags found
1 merge request!182feat: change config to use gitlab internal registry (planning#1754)
......@@ -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 spec/submission-api.yaml -o dist/submission-api.yaml
artifacts:
......@@ -28,7 +28,7 @@ build:
lint:
stage: lint
image:
name: ${CI_REGISTRY}/stoplight/spectral:6
name: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/stoplight/spectral:6
entrypoint: [ "" ]
script:
- spectral lint spec/submission-api.yaml --verbose --display-only-failures
......@@ -41,7 +41,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
......@@ -70,7 +70,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:
......@@ -82,7 +82,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:
......@@ -98,7 +98,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
......
......@@ -24,6 +24,8 @@ Don't forget to tag @ https://git.fitko.de/fit-connect/submission-api/-/tags
=== [Unreleased]
* [NO_PUBLIC] Use FITKO GitLab docker registry (https://git.fitko.de/fit-connect/planning/-/issues/1754[planning#1754])
==== Changed
* [NO_PUBLIC] The Submission API Specification is now bundled by https://redocly.com/docs/cli/[redocly-cli] instead of swagger-cli, which was discontinued.
......
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