Skip to content

Commit d188e07

Browse files
committed
feat: add docker images
1 parent 816a16d commit d188e07

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-images.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ jobs:
6969
# 6. 获取 Docker 元数据
7070
- name: Get Docker metadata
7171
id: metadata
72-
uses: docker/metadata-action@v5
72+
uses: docker/metadata-action@v5.5.1
7373
with:
7474
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 }}
75+
docker.io/telepace/ai_feedback_production_${{ matrix.project }}
76+
registry.cn-hangzhou.aliyuncs.com/telepace/ai_feedback_production_${{ matrix.project }}
77+
ghcr.io/telepace/ai_feedback_production_${{ matrix.project }}
7878
tags: |
7979
type=ref,event=tag
8080
type=semver,pattern={{version}}

0 commit comments

Comments
 (0)