Update .gitea/workflows/docker-build.yml
Some checks failed
Docker Build / docker (push) Failing after 9s

This commit is contained in:
2026-02-02 09:53:32 +01:00
parent 6c9fd7c927
commit 09b4707fca

View File

@@ -15,9 +15,9 @@ jobs:
- name: Docker Login
uses: docker/login-action@v2
with:
registry: gitea.kareemhorstink.me
username: ${{ gitea.actor }}
password: ${{ secrets.GITEA_TOKEN }}
registry: gitea.kareemhorstink.me # Remove https:// prefix
username: ${{ secrets.RUNNER_USER }}
password: ${{ secrets.TOKEN }}
- name: Docker Build & Push
run: |