Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
funkwhale
funkwhale
Commits
368937c4
Commit
368937c4
authored
Jun 26, 2017
by
Eliot Berriot
Browse files
Should now build funkwhale docker container and push it to docker hub
parent
f977f3a3
Pipeline
#90
failed with stages
in 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
368937c4
stages
:
-
test
-
build
-
deploy
test_api
:
stage
:
test
...
...
@@ -56,3 +57,17 @@ pages:
-
develop
tags
:
-
docker
docker_image
:
stage
:
test
before_script
:
-
docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
-
cd api
script
:
-
docker build -t funkwhale/funkwhale:$CI_COMMIT_REF_NAME .
-
docker push funkwhale/funkwhale:$CI_COMMIT_REF_NAME
only
:
-
develop
-
master
tags
:
-
dind
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