Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lexp_www
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
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
lexworkers
lexp_www
Merge requests
!1
Ci cd
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Ci cd
ci-cd
into
master
Overview
0
Commits
2
Pipelines
1
Changes
1
Merged
Bartosz Walkowiak
requested to merge
ci-cd
into
master
1 year ago
Overview
0
Commits
2
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Viewing commit
b4952b0d
Prev
Next
Show latest version
1 file
+
15
−
0
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
b4952b0d
Add build image pipeline
· b4952b0d
Damian Raczkowski
authored
1 year ago
.gitlab-ci.yml
0 → 100644
+
15
−
0
Options
image
:
docker:18.09.07
stages
:
-
build
build_image
:
stage
:
build
services
:
-
docker:18.09.7-dind
script
:
-
docker build -t $CI_REGISTRY_IMAGE .
-
docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
-
docker push $CI_REGISTRY_IMAGE