change workflow to new git url
Some checks failed
Build and Push Docker Container / build-and-push (push) Failing after 5s

This commit is contained in:
2025-10-14 18:32:03 +02:00
parent b5e5512c5e
commit 1853267b76

View File

@@ -12,7 +12,7 @@ jobs:
- name: Login to Docker Hub - name: Login to Docker Hub
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: git.kohout-dev.de registry: g.eliaskohout.de
username: ${{ secrets.USERNAME }} username: ${{ secrets.USERNAME }}
password: ${{ secrets.ACCESS_TOKEN }} password: ${{ secrets.ACCESS_TOKEN }}
@@ -23,4 +23,4 @@ jobs:
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with:
push: true 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"