Use registry with buildx
All checks were successful
All checks were successful
This commit is contained in:
parent
0b82f23d3c
commit
6e3bbc176a
1 changed files with 4 additions and 0 deletions
|
@ -51,6 +51,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