fix(ci): 镜像版本标签规则 type=match 正则误写为 glob,改为 type=ref,event=tag

This commit is contained in:
shy3130
2026-08-23 14:36:50 +08:00
parent 0b57c33ca2
commit 45bdbcbe65
+1 -1
View File
@@ -47,7 +47,7 @@ jobs:
tags: | tags: |
type=raw,value=latest type=raw,value=latest
type=sha,prefix= type=sha,prefix=
type=match,pattern=v*,group=0 type=ref,event=tag
- name: Build and push Docker image - name: Build and push Docker image
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6