update server build action
- try public hostname instead of IP for docker login (to use HTTPS)
This commit is contained in:
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user