修改 registry 地址为 gitea.viaeon.com
This commit is contained in:
@@ -68,7 +68,7 @@ jobs:
|
|||||||
- name: Login to Gitea Registry
|
- name: Login to Gitea Registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: git.viaeon.com
|
registry: gitea.viaeon.com
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.CI_TOKEN }}
|
password: ${{ secrets.CI_TOKEN }}
|
||||||
|
|
||||||
@@ -78,5 +78,5 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
git.viaeon.com/${{ github.repository }}:${{ steps.version.outputs.VERSION }}
|
gitea.viaeon.com/${{ github.repository }}:${{ steps.version.outputs.VERSION }}
|
||||||
git.viaeon.com/${{ github.repository }}:latest
|
gitea.viaeon.com/${{ github.repository }}:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user