swapping back to github.server_url as ssl was setup
Build and Push Docker Image / build (push) Failing after 5s

This commit is contained in:
2026-06-27 01:36:18 -07:00
parent e1664bf724
commit ec6b9d2403
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
- name: Log in to Gitea Container Registry - name: Log in to Gitea Container Registry
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: http://192.168.1.174:3000 registry: ${{ github.server_url }}
username: ${{ secrets.REGISTRY_USER }} username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_TOKEN }} password: ${{ secrets.REGISTRY_TOKEN }}