From b32c4fff90c4749746db8268b7afaa340e8b32d1 Mon Sep 17 00:00:00 2001 From: dashan Date: Mon, 20 Nov 2023 02:32:12 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index afee351..da4d92d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,7 +18,7 @@ steps: - cp -r docker /mnt/app/build/ - name: build-docker - image: plugins/docker + image: dashan/docker-compose:v1 volumes: # 将容器内目录挂载到宿主机,仓库需要开启Trusted设置 - name: maven-build path: /mnt/app/build # 将应用打包好的Jar和执行脚本挂载出来