Setup registry for buildx
All checks were successful
Build Custom rust-tauri image / build-container (push) Successful in 7m59s
All checks were successful
Build Custom rust-tauri image / build-container (push) Successful in 7m59s
This commit is contained in:
parent
11cd983a40
commit
2fcdb00890
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