change workflow to new git url
Some checks failed
Build and Push Docker Container / build-and-push (push) Failing after 5s
Some checks failed
Build and Push Docker Container / build-and-push (push) Failing after 5s
This commit is contained in:
@@ -12,7 +12,7 @@ jobs:
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: git.kohout-dev.de
|
||||
registry: g.eliaskohout.de
|
||||
username: ${{ secrets.USERNAME }}
|
||||
password: ${{ secrets.ACCESS_TOKEN }}
|
||||
|
||||
@@ -23,4 +23,4 @@ jobs:
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
push: true
|
||||
tags: "git.kohout-dev.de/crowsnest/crowsnest:${{gitea.sha}},git.kohout-dev.de/eliaskohout/crowsnest:latest"
|
||||
tags: "g.eliaskohout.de/eliaskohout/crowsnest:${{gitea.sha}},g.eliaskohout.de/eliaskohout/crowsnest:latest"
|
||||
|
||||
Reference in New Issue
Block a user