Maybe changing to localhost because of passed docker socket is required
Build foundry vtt docker image and push to registry / docker (push) Failing after 9s
Build foundry vtt docker image and push to registry / docker (push) Failing after 9s
This commit is contained in:
@@ -19,14 +19,14 @@ jobs:
|
||||
with:
|
||||
buildkitd-flags: --debug
|
||||
config-inline: |
|
||||
[registry."dockerregistry:5000"]
|
||||
[registry."localhost:5000"]
|
||||
http = true
|
||||
insecure = true
|
||||
-
|
||||
name: Login to Docker Hub
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: dockerregistry:5000
|
||||
registry: localhost:5000
|
||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||
password: ${{ secrets.REGISTRY_PASS }}
|
||||
-
|
||||
|
||||
Reference in New Issue
Block a user