Merge pull request 'fix: buildkit container network access' (#10) from dev-v0.7.x into main
Some checks failed
Build and Publish Docker Image / build-and-push (push) Has been cancelled
Build and Publish Docker Image (Semantic Cache) / build-and-push-semantic (push) Has been cancelled

Reviewed-on: https://bitfreedom.net/code/code/nomyo-ai/nomyo-router/pulls/10
This commit is contained in:
Alpha Nerd 2026-04-02 17:38:33 +02:00
commit 0e6fc72324
2 changed files with 4 additions and 0 deletions

View file

@ -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

View file

@ -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