fix: 更新 Docker 仓库默认用户名从 ci-action 改为 GiteaDocker

This commit is contained in:
Lyda
2026-03-10 16:14:15 +08:00
parent 23afeabe81
commit ddd5d83eb2
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ jobs:
uses: actions/xgj/setup-env@v1
with:
docker-registry: ${{ env.REGISTRY }}
docker-username: ci-action
docker-username: GiteaDocker
docker-password: ${{ secrets.DOCKER_PASSWORD }}
cache-key: 'build-${{ github.sha }}'
use-aliyun-mirror: 'true'