fix: buildkit container network access

This commit is contained in:
Alpha Nerd 2026-04-02 17:37:39 +02:00
parent ceed676b94
commit 9a1dff4649
Signed by: alpha-nerd
SSH key fingerprint: SHA256:QkkAgVoYi9TQ0UKPkiKSfnerZy2h4qhi3SVPXJmBN+M
2 changed files with 4 additions and 0 deletions

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