ci: change docker image name

This commit is contained in:
徐志强 2022-09-13 15:14:41 +02:00
parent af74046124
commit f33d6485d2
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
ImageTag ?=v0.9.6
SoybeanImg ?= soybean/soybean:$(ImageTag)
SoybeanImg ?= soybeanjs/soybean-admin:$(ImageTag)
VERSION=$(shell git rev-parse --short HEAD)

View File

@ -120,7 +120,7 @@ pnpm build
- Docker 部署 Soybean
```bash
docker run --name soybean -p 80:80 -d soybean/soybean:v0.9.6
docker run --name soybean -p 80:80 -d soybeanjs/soybean-admin:v0.9.6
```
- 访问 Soybean