Skip to content

Commit 24cbe45

Browse files
authored
Update docker-image.yml token name
1 parent b68ca87 commit 24cbe45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
registry: ghcr.io
2626
username: ${{ github.actor }} # 使用当前 GitHub 用户名
27-
password: ${{ secrets.GITHUB_TOKEN }} # 使用您刚刚添加的个人访问令牌
27+
password: ${{ secrets.CR_TOKEN }} # 使用您刚刚添加的个人访问令牌
2828

2929
- name: Build and push
3030
uses: docker/build-push-action@v2

0 commit comments

Comments
 (0)