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: ...@@ -20,7 +20,7 @@ stages:
lint: lint:
stage: lint stage: lint
image: image:
name: $CI_REGISTRY/fit-connect/baseimage:latest name: $CI_REGISTRY/fit-connect/images/baseimage:latest
before_script: before_script:
- yarn - yarn
- yarn bundle - yarn bundle
...@@ -30,7 +30,7 @@ lint: ...@@ -30,7 +30,7 @@ lint:
build: build:
stage: build stage: build
image: $CI_REGISTRY/fit-connect/baseimage:latest image: $CI_REGISTRY/fit-connect/images/baseimage:latest
before_script: before_script:
- yarn - yarn
script: script:
...@@ -43,7 +43,7 @@ build: ...@@ -43,7 +43,7 @@ build:
upload:latest: upload:latest:
stage: upload stage: upload
image: $CI_REGISTRY/fit-connect/baseimage:latest image: $CI_REGISTRY/fit-connect/images/baseimage:latest
rules: rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
before_script: before_script:
...@@ -54,7 +54,7 @@ upload:latest: ...@@ -54,7 +54,7 @@ upload:latest:
upload:release: upload:release:
stage: upload stage: upload
image: $CI_REGISTRY/fit-connect/baseimage:latest image: $CI_REGISTRY/fit-connect/images/baseimage:latest
rules: rules:
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
before_script: before_script:
...@@ -65,7 +65,7 @@ upload:release: ...@@ -65,7 +65,7 @@ upload:release:
test: test:
stage: test stage: test
image: $CI_REGISTRY/fit-connect/baseimage:latest image: $CI_REGISTRY/fit-connect/images/baseimage:latest
before_script: before_script:
- yarn - yarn
- yarn bundle - yarn bundle
...@@ -74,7 +74,7 @@ test: ...@@ -74,7 +74,7 @@ test:
test-failing: test-failing:
stage: test stage: test
image: $CI_REGISTRY/fit-connect/baseimage:latest image: $CI_REGISTRY/fit-connect/images/baseimage:latest
before_script: before_script:
- yarn - yarn
- yarn bundle - 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