fix: buildkit container network access #10

Merged
alpha-nerd merged 1 commit from dev-v0.7.x into main 2026-04-02 17:38:34 +02:00
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