From 5251b627332e6c3954cdb4377e51cd92bc4b84d1 Mon Sep 17 00:00:00 2001 From: LamGC Date: Tue, 23 Aug 2022 02:27:50 +0800 Subject: [PATCH] =?UTF-8?q?ci(github-action):=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E5=BC=80=E5=8F=91=E7=89=88=E9=95=9C=E5=83=8F=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=B5=81=E7=9A=84=E5=90=8D=E7=A7=B0=E5=92=8C?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E5=90=8D.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 为了与发布版镜像构建工作流区分开来, 防止弄混乱了. --- ...-container-image-dev.yml => release-dev-container-image.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{build-container-image-dev.yml => release-dev-container-image.yml} (96%) diff --git a/.github/workflows/build-container-image-dev.yml b/.github/workflows/release-dev-container-image.yml similarity index 96% rename from .github/workflows/build-container-image-dev.yml rename to .github/workflows/release-dev-container-image.yml index aec2810..b6821db 100644 --- a/.github/workflows/build-container-image-dev.yml +++ b/.github/workflows/release-dev-container-image.yml @@ -1,4 +1,4 @@ -name: Build container image +name: Build development version container image on: push: