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

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

parent 62bbb47a
No related branches found
No related tags found
1 merge request!16feat: change baseimage registry (planning#1754)
......@@ -20,7 +20,7 @@ stages:
lint:
stage: lint
image:
name: $CI_REGISTRY/fit-connect/baseimage:latest
name: $CI_REGISTRY/fit-connect/images/baseimage:latest
before_script:
- yarn
- yarn bundle
......@@ -30,7 +30,7 @@ lint:
build:
stage: build
image: $CI_REGISTRY/fit-connect/baseimage:latest
image: $CI_REGISTRY/fit-connect/images/baseimage:latest
before_script:
- yarn
script:
......@@ -43,7 +43,7 @@ build:
upload:latest:
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:
......@@ -54,7 +54,7 @@ upload:latest:
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:
......@@ -65,7 +65,7 @@ upload:release:
test:
stage: test
image: $CI_REGISTRY/fit-connect/baseimage:latest
image: $CI_REGISTRY/fit-connect/images/baseimage:latest
before_script:
- yarn
- yarn bundle
......@@ -74,7 +74,7 @@ test:
test-failing:
stage: test
image: $CI_REGISTRY/fit-connect/baseimage:latest
image: $CI_REGISTRY/fit-connect/images/baseimage:latest
before_script:
- yarn
- yarn bundle
......
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