added port to registry
Build and Push Image / build-and-push (push) Failing after 1m5s

This commit is contained in:
2026-04-26 22:36:29 -07:00
parent 82c01dfc38
commit efaa0c7383
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
- name: Log in to Gitea Registry
uses: docker/login-action@v3
with:
registry: 192.168.68.150 # Replace with your Gitea domain
registry: 192.168.68.150:3033 # Replace with your Gitea domain
username: ${{ gitea.actor }}
password: ${{ secrets.GITEA_TOKEN }}