Fixed yaml error
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,9 +19,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
buildkitd-flags: --debug
|
buildkitd-flags: --debug
|
||||||
config-inline: |
|
config-inline: |
|
||||||
[registry."dockerregistry:5000"]
|
[registry."dockerregistry:5000"]
|
||||||
http = true
|
http = true
|
||||||
insecure = true
|
insecure = true
|
||||||
-
|
-
|
||||||
name: Login to Docker Hub
|
name: Login to Docker Hub
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user