update server build action
Some checks failed
release-tag / release-image (push) Failing after 20s
DRB Tests / drb_mocha_tests (push) Successful in 34s

- try public hostname instead of IP for docker login (to use HTTPS)
This commit is contained in:
Logan Cusano
2024-05-26 20:45:16 -04:00
parent 7a246f9e2a
commit a3223b716e

View File

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