Setup Gitea CI/CD
Some checks failed
Build Docker Image / build (push) Failing after 12s

This commit is contained in:
2025-11-27 06:10:18 -06:00
parent a48849b934
commit 529d8a76dd

View File

@@ -17,7 +17,7 @@ jobs:
- name: Login to Gitea Registry - name: Login to Gitea Registry
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: git.local registry: git.shadeouts.net
username: ${{ secrets.REGISTRY_USER }} username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_TOKEN }} password: ${{ secrets.REGISTRY_TOKEN }}