force HTTP use in login
This commit is contained in:
parent
667402dc07
commit
ac7f1cba6b
@ -16,7 +16,7 @@ jobs:
|
|||||||
- name: login to container registry
|
- name: login to container registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: 10.0.0.103:3000
|
registry: http://10.0.0.103:3000
|
||||||
username: ${{ gitea.actor }}
|
username: ${{ gitea.actor }}
|
||||||
password: ${{ secrets.GITEA_TOKEN }}
|
password: ${{ secrets.GITEA_TOKEN }}
|
||||||
- name: checkout code
|
- name: checkout code
|
||||||
|
Loading…
Reference in New Issue
Block a user