fix: 使用 CI_TOKEN 作为 Gitea Registry 登录凭证
This commit is contained in:
@@ -67,7 +67,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
registry: git.viaeon.com
|
registry: git.viaeon.com
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.GITEA_TOKEN }}
|
password: ${{ secrets.CI_TOKEN }}
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
|
|||||||
Reference in New Issue
Block a user