adding domain name for https on build yaml
Build and Push Image / build-and-push (push) Failing after 1m21s

This commit is contained in:
2026-04-27 22:57:12 -07:00
parent ee0c4d37f5
commit 3297b773d6
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
- name: Log in to Gitea Registry - name: Log in to Gitea Registry
uses: docker/login-action@v2 uses: docker/login-action@v2
with: with:
registry: http://192.168.68.150:3033 # Replace with your Gitea domain registry: gitea.nelson-household.com # Replace with your Gitea domain
username: ${{ gitea.actor }} username: ${{ gitea.actor }}
password: ${{ secrets.GITEA_TOKEN }} password: ${{ secrets.GITEA_TOKEN }}