Docker login fails on https, so perhaps this will enforce http.
Build foundry vtt docker image and push to registry / docker (push) Failing after 10s
Build foundry vtt docker image and push to registry / docker (push) Failing after 10s
This commit is contained in:
@@ -20,7 +20,7 @@ jobs:
|
|||||||
name: Login to Docker Hub
|
name: Login to Docker Hub
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: dockerregistry:5000
|
registry: http://dockerregistry:5000
|
||||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||||
password: ${{ secrets.REGISTRY_PASS }}
|
password: ${{ secrets.REGISTRY_PASS }}
|
||||||
-
|
-
|
||||||
|
|||||||
Reference in New Issue
Block a user