Setup registry for buildx
Some checks failed
Build Custom rust-node image / build-container (push) Has been cancelled
Some checks failed
Build Custom rust-node image / build-container (push) Has been cancelled
This commit is contained in:
parent
df3f998566
commit
dea28cbf77
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,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 Forgejo Docker Repo
|
||||
uses: docker/login-action@v3
|
||||
|
|
Loading…
Reference in a new issue