Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
performance
storage
superDeimos
Commits
8b872a1c
Commit
8b872a1c
authored
Apr 15, 2020
by
Ciarán Ó Rourke
Browse files
CI for building and pushing superbuild image
parent
95a173d0
Pipeline
#1313
canceled with stage
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
8b872a1c
image
:
docker:stable
services
:
-
docker:dind
stages
:
-
build
before_script
:
-
docker info
-
docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
Build image
:
stage
:
build
script
:
-
docker build -t superfiphoboserver:debian -f ./tools/ci.Dockerfile .
-
docker tag superfiphoboserver:debian ciaranorourke/fiphoboserver:debian
-
docker push ciaranorourke/fiphoboserver:debian
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment