Update config.yml

This commit is contained in:
syuilo 2018-10-29 19:27:47 +09:00 committed by GitHub
parent b893305974
commit e985a6d9d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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: |