Trying with inline config once more
This commit is contained in:
@@ -17,7 +17,11 @@ jobs:
|
|||||||
name: Set up Docker Buildx
|
name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
with:
|
with:
|
||||||
buildkitd-config: /etc/buildkitd.toml
|
buildkitd-flags: --debug
|
||||||
|
config-inline: |
|
||||||
|
[registry."dockerregistry:5000"]
|
||||||
|
http = 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