Skip to content

Commit 383abc1

Browse files
refactor: replace value with param
1 parent 81a31c1 commit 383abc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Login to Aliyun Registry
6767
uses: docker/login-action@v2
6868
with:
69-
registry: registry.cn-qingdao.aliyuncs.com
69+
registry: ${{ secrets.ALIYUN_REGISTRY_HOST }}
7070
username: ${{ secrets.ALIYUN_REGISTRY_USERNAME }}
7171
password: ${{ secrets.ALIYUN_REGISTRY_PASSWORD }}
7272
- name: Docker Buildx (build-and-push)

0 commit comments

Comments
 (0)