CI: add registry to login action
Build and Push Docker Image / build-and-push (push) Failing after 38s
Details
Build and Push Docker Image / build-and-push (push) Failing after 38s
Details
This commit is contained in:
parent
0933761ade
commit
5d936d280d
|
@ -21,6 +21,7 @@ jobs:
|
||||||
- name: Login to Docker Hub
|
- name: Login to Docker Hub
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
|
registry: git.kucharczyk.xyz
|
||||||
username: ${{ gitea.repository_owner }}
|
username: ${{ gitea.repository_owner }}
|
||||||
password: ${{ secrets.GITEA_TOKEN}}
|
password: ${{ secrets.GITEA_TOKEN}}
|
||||||
|
|
||||||
|
|
Reference in New Issue