Using hardcoded url for now
Build and Push Docker Image / build (push) Failing after 5s

This commit is contained in:
2026-06-26 19:38:24 -07:00
parent d581c7b789
commit e1664bf724
+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: ${{ github.server_url }} registry: http://192.168.1.174:3000
username: ${{ secrets.REGISTRY_USER }} username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_TOKEN }} password: ${{ secrets.REGISTRY_TOKEN }}