From 45bdbcbe65edc4de3b48726b62fb2713084743e6 Mon Sep 17 00:00:00 2001 From: shy3130 Date: Sun, 23 Aug 2026 14:36:50 +0800 Subject: [PATCH] =?UTF-8?q?fix(ci):=20=E9=95=9C=E5=83=8F=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=E8=A7=84=E5=88=99=20type=3Dmatch=20=E6=AD=A3?= =?UTF-8?q?=E5=88=99=E8=AF=AF=E5=86=99=E4=B8=BA=20glob,=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=20type=3Dref,event=3Dtag?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 4709596..ac818bd 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -47,7 +47,7 @@ jobs: tags: | type=raw,value=latest type=sha,prefix= - type=match,pattern=v*,group=0 + type=ref,event=tag - name: Build and push Docker image uses: docker/build-push-action@v6