Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Ansgar Burchardt
dune-docker
Commits
85df7cab
Unverified
Commit
85df7cab
authored
Mar 30, 2017
by
Ansgar Burchardt
Browse files
Add manual job to publish Docker images
parent
e35d670e
Pipeline
#726
failed with stages
in 39 minutes and 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
85df7cab
...
...
@@ -6,6 +6,7 @@ stages:
-
stage1
-
stage2
-
stage3
-
publish
pull base distributions
:
stage
:
stage0
...
...
@@ -100,3 +101,19 @@ dune-fufem:git:
-
./bin/duneci-build-docker-image --no-cache duneci/dune-fufem-git dune-fufem-git
only
:
-
master@ansgar/dune-docker
publish
:
stage
:
publish
when
:
manual
script
:
-
docker push duneci/base:8
-
docker push duneci/base:9
-
docker push duneci/base:16.04
-
docker push duneci/base:16.10
-
docker push duneci/base:8-backports
-
docker push duneci/dune:2.3
-
docker push duneci/dune:2.4
-
docker push duneci/dune:2.5
-
docker push duneci/dune:git
-
docker push duneci/dune-fufem:2.4
-
docker push duneci/dune-fufem:git
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