Setup registry for buildx
Some checks failed
Build Custom docker:dind image / build-container-fallback (push) Blocked by required conditions
Build Custom docker:dind image / build-container (push) Has been cancelled

This commit is contained in:
Neshura 2024-01-01 20:36:05 +00:00
parent 50c41fc7ff
commit a4aa676c1c

View file

@ -15,6 +15,10 @@ jobs:
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
config-inline: |
[registry."docker.io"]
mirrors = ["https://docker-cache.neshweb.net"]
-
name: Login to Docker Hub
uses: docker/login-action@v3
@ -52,7 +56,7 @@ jobs:
with:
config-inline: |
[registry."docker.io"]
mirrors = ["https://docker-cache.neshweb.net"]
mirrors = ["https://docker-cache.neshweb.net"]
-
name: Login to Docker Hub
uses: docker/login-action@v3