mirror of
https://github.com/nh-server/Kurisu.git
synced 2026-08-15 20:19:22 -07:00
dockerbuild+docker-compose: use real image name
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ services:
|
||||
|
||||
kurisu:
|
||||
build: .
|
||||
image: kurisutest
|
||||
image: ghcr.io/nh-server/kurisu
|
||||
environment:
|
||||
KURISU_TOKEN_FILE: /run/secrets/kurisu_token
|
||||
DB_USER: kurisu
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
#!/bin/sh
|
||||
docker build --build-arg COMMIT=$(git rev-parse HEAD) --build-arg BRANCH=$(git rev-parse --symbolic-full-name HEAD) -t kurisutest .
|
||||
docker build --build-arg COMMIT=$(git rev-parse HEAD) --build-arg BRANCH=$(git rev-parse --symbolic-full-name HEAD) -t ghcr.io/nh-server/kurisu .
|
||||
|
||||
Reference in New Issue
Block a user