force HTTP use in login
Some checks failed
build / build (push) Failing after 26s
test / test (push) Successful in 34s

This commit is contained in:
Seraphim R. Pardee 2024-09-20 13:43:56 -04:00
parent 667402dc07
commit ac7f1cba6b

View File

@ -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