ci: 更新 Docker 镜像构建命令
All checks were successful
Sakura-Miki-build / Explore-Gitea-Actions (push) Successful in 1m24s

- 添加了 ./ 指定 Dockerfile 所在目录
This commit is contained in:
Grand-cocoa 2025-03-18 18:48:48 +08:00
parent a0961f59bf
commit ceaebd100f

View File

@ -21,4 +21,4 @@ jobs:
- run: ./mvnw install:install-file -Dfile=./lib/AlistUtil-1.0.0-spring.jar -Dpackaging=jar -DgroupId=io.github.1530624156 -DartifactId=AlistUtil -Dversion=1.0.0-spring - run: ./mvnw install:install-file -Dfile=./lib/AlistUtil-1.0.0-spring.jar -Dpackaging=jar -DgroupId=io.github.1530624156 -DartifactId=AlistUtil -Dversion=1.0.0-spring
- name: build - name: build
run: ./mvnw clean package -DskipTests=true -P prod run: ./mvnw clean package -DskipTests=true -P prod
- run: docker build sakura-miki:latest - run: docker build -t sakura-miki:latest ./