Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
docker-centos7-tensorflow
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Tru HUYNH
docker-centos7-tensorflow
Commits
e0bdd9f9
Commit
e0bdd9f9
authored
Mar 29, 2017
by
Thomas MENARD
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update .gitlab-ci.yml
parent
8ad37151
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
.gitlab-ci.yml
.gitlab-ci.yml
+11
-0
No files found.
.gitlab-ci.yml
View file @
e0bdd9f9
...
...
@@ -9,8 +9,19 @@ services:
before_script
:
-
docker login -u gitlab-ci-token -p "$CI_BUILD_TOKEN" registry-gitlab.pasteur.fr
stages
:
-
build
-
extract
build
:
stage
:
build
script
:
-
docker build --pull -t "$CI_REGISTRY_IMAGE:$CI_BUILD_REF_NAME" .
-
docker push "$CI_REGISTRY_IMAGE:$CI_BUILD_REF_NAME"
save_actifacts
:
stage
:
extract
image
:
registry-gitlab.pasteur.fr/tru/docker-centos7-tensorflow:master
artifacts
:
paths
:
-
/build/tensorflow_pkg/
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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