ci: use Gitea PAT for package push
Build Bridge Proxy / build-and-push (pull_request) Failing after 22m38s
Build and Publish Docker Image / build-and-push (pull_request) Failing after 29m21s

Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
2026-08-26 12:02:37 +08:00
co-authored by multica-agent
parent fe5937dcaf
commit 740267897d
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -51,8 +51,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
username: ${{ github.server_url == 'https://github.com' && github.actor || github.repository_owner }}
password: ${{ github.server_url == 'https://github.com' && secrets.GITHUB_TOKEN || secrets.PACKAGE_TOKEN }}
- name: Extract metadata
id: meta
+2 -2
View File
@@ -33,8 +33,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
username: ${{ github.server_url == 'https://github.com' && github.actor || github.repository_owner }}
password: ${{ github.server_url == 'https://github.com' && secrets.GITHUB_TOKEN || secrets.PACKAGE_TOKEN }}
- name: Extract metadata
id: meta