Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
devfile-registry
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
esa-common
che7
devfile-registry
Commits
1a4fad31
Commit
1a4fad31
authored
3 years ago
by
Teddy Kossoko
Browse files
Options
Downloads
Patches
Plain Diff
add the script to build the docker
parent
8c5e25ad
No related branches found
No related tags found
No related merge requests found
Pipeline
#1082
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+27
-0
27 additions, 0 deletions
.gitlab-ci.yml
with
27 additions
and
0 deletions
.gitlab-ci.yml
0 → 100644
+
27
−
0
View file @
1a4fad31
# This file is a template, and might need editing before it works on your project.
# Official docker image.
image
:
docker:latest
stages
:
-
build
services
:
-
docker:18.09.7-dind
variables
:
DOCKER_DRIVER
:
overlay
DOCKER_HOST
:
tcp://localhost:2375
before_script
:
-
docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
build-master
:
stage
:
build
script
:
-
bash build-docker-devfile-registry.sh
-
docker push "$CI_REGISTRY/$CI_PROJECT_PATH:latest"
only
:
-
master
This diff is collapsed.
Click to expand it.
Preview
0%
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