fix: image name
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Baoshuo Ren 2022-09-19 16:27:08 +08:00
parent 76f10aa0be
commit cd868149a9
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -12,7 +12,7 @@ steps:
image: plugins/docker image: plugins/docker
settings: settings:
registry: git.m.ac registry: git.m.ac
repo: baoshuo/s2oj-db repo: git.m.ac/baoshuo/s2oj-db
use_cache: true use_cache: true
context: db context: db
dockerfile: db/Dockerfile dockerfile: db/Dockerfile
@ -41,7 +41,7 @@ steps:
image: plugins/docker image: plugins/docker
settings: settings:
registry: git.m.ac registry: git.m.ac
repo: baoshuo/s2oj-judger repo: git.m.ac/baoshuo/s2oj-judger
use_cache: true use_cache: true
context: judger context: judger
dockerfile: judger/Dockerfile dockerfile: judger/Dockerfile
@ -70,7 +70,7 @@ steps:
image: plugins/docker image: plugins/docker
settings: settings:
registry: git.m.ac registry: git.m.ac
repo: baoshuo/s2oj-web repo: git.m.ac/baoshuo/s2oj-web
use_cache: true use_cache: true
dockerfile: web/Dockerfile dockerfile: web/Dockerfile
username: baoshuo username: baoshuo