Setup registry for buildx
This commit is contained in:
parent
50c41fc7ff
commit
a4aa676c1c
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue