Fixed yaml error
Build foundry vtt docker image and push to registry / docker (push) Failing after 9s

This commit is contained in:
2024-06-17 10:33:12 +02:00
parent e8a17d925e
commit 465b1fb1f1
@@ -19,9 +19,9 @@ jobs:
with:
buildkitd-flags: --debug
config-inline: |
[registry."dockerregistry:5000"]
http = true
insecure = true
[registry."dockerregistry:5000"]
http = true
insecure = true
-
name: Login to Docker Hub
uses: docker/login-action@v3