From 5b69cad76afc383dd02158716ff606c3763008e7 Mon Sep 17 00:00:00 2001 From: YANGJINZE <91786638+KincaidYang@users.noreply.github.com> Date: Mon, 19 May 2025 14:36:42 +0800 Subject: [PATCH] =?UTF-8?q?ci/cd:=20=E8=B0=83=E6=95=B4=E6=B5=81=E6=B0=B4?= =?UTF-8?q?=E7=BA=BF=E8=87=AA=E5=8A=A8=E6=89=93=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 62194e8..2d2beff 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -2,9 +2,9 @@ name: Build and Push Docker Image on: push: - branches: [ "1.0.1" ] + branches: [ "1.0.2" ] pull_request: - branches: [ "1.0.1" ] + branches: [ "1.0.2" ] jobs: build: