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