Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SET-Payload Schema
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FIT-Connect
SET-Payload Schema
Commits
f40ea3d2
Commit
f40ea3d2
authored
1 year ago
by
Manuel Menz
Browse files
Options
Downloads
Patches
Plain Diff
feat: change config to use gitlab container registry (
planning#1754
)
parent
62bbb47a
No related branches found
No related tags found
1 merge request
!16
feat: change baseimage registry (planning#1754)
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+6
-6
6 additions, 6 deletions
.gitlab-ci.yml
with
6 additions
and
6 deletions
.gitlab-ci.yml
+
6
−
6
View file @
f40ea3d2
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment