Skip to content
Snippets Groups Projects
Commit 0d36fe35 authored by Michael Kaye's avatar Michael Kaye
Browse files

Build and push docker image to hub

parent 92abd3d6
No related branches found
No related tags found
No related merge requests found
version: 2
jobs:
dockerhubupload:
machine: true
steps:
- checkout
- run: docker build -f docker/Dockerfile -t matrixdotorg/synapse:$CIRCLE_TAG .
- run: docker login --username matrixdotorg --password $DOCKER_HUB_PASSWORD
- run: docker push
sytestpy2:
machine: true
steps:
......@@ -131,3 +138,7 @@ workflows:
filters:
branches:
ignore: /develop|master|release-.*/
- dockerhub:
filters:
tags:
only: /v[0-9].[0-9]+.[0-9]+(.[0-9]+)?/
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