Still attempted https, trying to adjust the registry url.
Build foundry vtt docker image and push to registry / docker (push) Failing after 9s

This commit is contained in:
Crovaxon
2024-06-16 02:48:22 +02:00
parent 4a5d44aac5
commit e75d6ca846
@@ -25,7 +25,7 @@ jobs:
name: Login to Docker Hub
uses: docker/login-action@v3
with:
registry: http://dockerregistry:5000
registry: dockerregistry:5000
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASS }}
-