We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 816a16d commit d188e07Copy full SHA for d188e07
.github/workflows/build-images.yml
@@ -69,12 +69,12 @@ jobs:
69
# 6. 获取 Docker 元数据
70
- name: Get Docker metadata
71
id: metadata
72
- uses: docker/metadata-action@v5
+ uses: docker/metadata-action@v5.5.1
73
with:
74
images: |
75
- docker.io/yourdockerhubusername/ai_feedback_production_${{ matrix.project }}
76
- registry.cn-hangzhou.aliyuncs.com/youraliyunusername/ai_feedback_production_${{ matrix.project }}
77
- ghcr.io/yourgithubusername/ai_feedback_production_${{ matrix.project }}
+ docker.io/telepace/ai_feedback_production_${{ matrix.project }}
+ registry.cn-hangzhou.aliyuncs.com/telepace/ai_feedback_production_${{ matrix.project }}
+ ghcr.io/telepace/ai_feedback_production_${{ matrix.project }}
78
tags: |
79
type=ref,event=tag
80
type=semver,pattern={{version}}
0 commit comments