Setup registry for buildx
This commit is contained in:
parent
7a503fae69
commit
50c41fc7ff
1 changed files with 4 additions and 0 deletions
|
@ -49,6 +49,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
|
||||
|
|
Loading…
Reference in a new issue