adding domain name for https on build yaml
Build and Push Image / build-and-push (push) Failing after 1m21s
Build and Push Image / build-and-push (push) Failing after 1m21s
This commit is contained in:
@@ -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 }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user