Update build action to explicitly set gitea as http
Some checks failed
release-tag / release-image (push) Failing after 16s
DRB Tests / drb_mocha_tests (push) Successful in 31s

This commit is contained in:
Logan Cusano
2024-05-26 20:43:19 -04:00
parent dc988a41c1
commit 7a246f9e2a

View File

@@ -32,7 +32,7 @@ jobs:
- name: Login to DockerHub
uses: docker/login-action@v2
with:
registry: ${{ secrets.LOCAL_GITEA_IP}}:3000 # replace it with your local IP
registry: http://${{ secrets.LOCAL_GITEA_IP}}:3000 # replace it with your local IP
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}