Skip to content
Snippets Groups Projects
Commit 368937c4 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Should now build funkwhale docker container and push it to docker hub

parent f977f3a3
No related branches found
No related tags found
No related merge requests found
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment