Merge pull request 'fix: buildkit container network access' (#10) from dev-v0.7.x into main
Reviewed-on: https://bitfreedom.net/code/code/nomyo-ai/nomyo-router/pulls/10
This commit is contained in:
commit
0e6fc72324
2 changed files with 4 additions and 0 deletions
|
|
@ -58,6 +58,8 @@ jobs:
|
|||
|
||||
- name: Set up Docker Buildx
|
||||
uses: https://github.com/docker/setup-buildx-action@v3
|
||||
with:
|
||||
driver-opts: network=host
|
||||
|
||||
- name: Log in to Forgejo Container Registry
|
||||
uses: https://github.com/docker/login-action@v3
|
||||
|
|
|
|||
|
|
@ -51,6 +51,8 @@ jobs:
|
|||
|
||||
- name: Set up Docker Buildx
|
||||
uses: https://github.com/docker/setup-buildx-action@v3
|
||||
with:
|
||||
driver-opts: network=host
|
||||
|
||||
- name: Log in to Forgejo Container Registry
|
||||
uses: https://github.com/docker/login-action@v3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue