ci: use distribution registry at reg.i3omb.com
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled
This commit is contained in:
@@ -25,7 +25,7 @@ jobs:
|
|||||||
- name: Login to Gitea Container Registry
|
- name: Login to Gitea Container Registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: git.i3omb.com
|
registry: reg.i3omb.com
|
||||||
username: ${{ secrets.REGISTRY_USER }}
|
username: ${{ secrets.REGISTRY_USER }}
|
||||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||||
|
|
||||||
@@ -35,6 +35,6 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
git.i3omb.com/gandalf/sofarr:${{ steps.version.outputs.version }}
|
reg.i3omb.com/sofarr:${{ steps.version.outputs.version }}
|
||||||
git.i3omb.com/gandalf/sofarr:${{ steps.version.outputs.release }}
|
reg.i3omb.com/sofarr:${{ steps.version.outputs.release }}
|
||||||
git.i3omb.com/gandalf/sofarr:latest
|
reg.i3omb.com/sofarr:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user