Toggle navigation
Toggle navigation
This project
Loading...
Sign in
201side
/
floater
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
3
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
robin*
2020-12-07 22:47:26 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4bf47eb6a9a6e9470ec887c924965295e57e95a8
4bf47eb6
1 parent
c68f0eac
Builds for 1 pipeline
failed
in 0 seconds
도커 이미지 자동 빌드 구축
Changes
1
Builds
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
.gitlab-ci.yml
.gitlab-ci.yml
0 → 100644
View file @
4bf47eb
stages
:
-
build
build
:
stage
:
build
image
:
docker:latest
services
:
-
docker:dind
script
:
-
docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
-
docker build --pull -t "$CI_REGISTRY_IMAGE" .
-
docker push "$CI_REGISTRY_IMAGE"
only
:
-
master
Please
register
or
login
to post a comment