made http
Build and Push Image / build-and-push (push) Failing after 50s

This commit is contained in:
2026-04-26 22:58:11 -07:00
parent efaa0c7383
commit 83c72fd3ee
+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@v3 uses: docker/login-action@v3
with: with:
registry: 192.168.68.150:3033 # Replace with your Gitea domain registry: http://192.168.68.150:3033 # Replace with your Gitea domain
username: ${{ gitea.actor }} username: ${{ gitea.actor }}
password: ${{ secrets.GITEA_TOKEN }} password: ${{ secrets.GITEA_TOKEN }}