From 9fb929d5124d8bb1727a18d38c85de6dff2ced0c Mon Sep 17 00:00:00 2001 From: allinssl Date: Sat, 7 Jun 2025 18:10:15 +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=A7=A6=E5=8F=91=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker-image.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index ae56ed5..dfb44fb 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -3,6 +3,7 @@ name: Build and Push Docker Image on: push: branches: [ "*" ] + tags: [ "*" ] jobs: build: