修改 registry 地址为 gitea.viaeon.com
Build Docker Image / Go Lint (push) Has been cancelled
Build Docker Image / Build Docker Image (push) Has been cancelled

This commit is contained in:
2026-04-22 17:59:51 +08:00
parent 25d2ec818f
commit 55a48a14aa
+3 -3
View File
@@ -68,7 +68,7 @@ jobs:
- name: Login to Gitea Registry
uses: docker/login-action@v3
with:
registry: git.viaeon.com
registry: gitea.viaeon.com
username: ${{ github.actor }}
password: ${{ secrets.CI_TOKEN }}
@@ -78,5 +78,5 @@ jobs:
context: .
push: true
tags: |
git.viaeon.com/${{ github.repository }}:${{ steps.version.outputs.VERSION }}
git.viaeon.com/${{ github.repository }}:latest
gitea.viaeon.com/${{ github.repository }}:${{ steps.version.outputs.VERSION }}
gitea.viaeon.com/${{ github.repository }}:latest