Merge branch 'develop' of https://github.com/syuilo/misskey into develop

This commit is contained in:
syuilo 2018-10-29 19:33:00 +09:00
commit bcb0588409
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -39,7 +39,7 @@ jobs:
- run:
name: build docker image
command: |
docker build -t ${DOCKER_USER}/misskey:latest .
docker build -t misskey:latest .
- run:
name: upload image to docker hub.
command: |