fix: 使用TOKEN密钥进行容器镜像仓库登录
Docker Build / Build and Push Docker Image (push) Successful in 3m3s
Docker Build / Deploy to Server (push) Failing after 0s

This commit is contained in:
Trae AI
2026-08-08 19:37:53 +08:00
parent 5ad59b7142
commit 20a70090a9
+1 -1
View File
@@ -36,7 +36,7 @@ jobs:
- name: Login to Gitea Container Registry - name: Login to Gitea Container Registry
run: | run: |
echo "${{ secrets.PACKAGES_TOKEN }}" | docker login git.viaeon.com -u "${{ github.actor }}" --password-stdin 2>&1 echo "${{ secrets.TOKEN }}" | docker login git.viaeon.com -u "${{ github.actor }}" --password-stdin 2>&1
- name: Build Docker image - name: Build Docker image
run: | run: |