Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Chad Hanna
manifold
Commits
20443cf0
Commit
20443cf0
authored
May 19, 2022
by
Alexander Pace
Browse files
deploy to dockerhub
parent
e3b6044e
Pipeline
#398349
passed with stages
in 2 minutes and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
20443cf0
...
...
@@ -24,7 +24,7 @@ pytest:
reports
:
junit
:
report.xml
deploy
:
deploy:
ligo:
interruptible
:
true
stage
:
docker
image
:
docker:latest
...
...
@@ -37,3 +37,17 @@ deploy:
-
schedules
-
pushes
allow_failure
:
true
deploy:dockerhub:
interruptible
:
true
stage
:
docker
image
:
docker:latest
needs
:
[
]
script
:
-
docker login -u $DOCKER_HUB_USERNAME -p $DOCKER_HUB_PASSWORD
-
docker build --pull -t gwsci/manifold:latest --file .gitlab-Dockerfile .
-
docker push gwsci/manifold:latest
only
:
-
schedules
-
pushes
allow_failure
:
true
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