ci: switch runner in workflow

This commit is contained in:
2026-01-08 12:34:23 -07:00
parent 09d17717ab
commit 2dae279f93
10 changed files with 39 additions and 36 deletions

View File

@@ -850,6 +850,9 @@ jobs:
uses: docker/build-push-action@v6
if: ( github.event_name == 'workflow_dispatch' && inputs.DRY_RUN == false ) || ( github.event_name == 'push' )
with:
allow: |
network.host
network: host
context: .
file: Dockerfile
platforms: linux/amd64