修改 registry 地址为 gitea.viaeon.com
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user