fix: 使用 CI_TOKEN 作为 Gitea Registry 登录凭证

This commit is contained in:
2026-04-21 02:13:29 +08:00
parent 3add416302
commit 47022cd0b7
+1 -1
View File
@@ -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