From af4c42706af398448acaffa103342da20e992c0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E4=BC=9F=E5=BA=9A?= Date: Sun, 25 Jun 2023 14:58:30 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A6=E5=8F=91cicd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .beagle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.beagle.yml b/.beagle.yml index dadd6aa..f626c29 100644 --- a/.beagle.yml +++ b/.beagle.yml @@ -56,7 +56,7 @@ steps: # 定义流水线执行步骤,这些步骤将顺序执行 - name: docker-sock path: /var/run/docker.sock # 将下载依赖的目录挂载出来,防止重复下载 settings: # 当前设置 - base: registry.cn-qingdao.aliyuncs.com/wod/nginx:1.19.5-amd64 # 基础镜像 + base: registry.cn-qingdao.aliyuncs.com/wod/nginx:1.19.5-amd64 # 基础镜像 dockerfile: .beagle/dockerfile repo: smart-operation/so-manage-ui # 生成镜像的 分组/名称 version: "v3.0.1" # 版本号 -- 2.26.0