fix docker build
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 6m41s

This commit is contained in:
2026-01-25 10:19:26 +07:00
parent 129a71137b
commit f62c35681f

View File

@@ -42,7 +42,7 @@ jobs:
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY_HOST }}
username: drholy
username: ${{ gitea.actor }}
password: ${{ secrets.GIT_PASSWORD }}
- name: Build and push Docker image