ci: update workflow network

This commit is contained in:
2026-01-08 12:05:21 -07:00
parent 9e531d823f
commit bf4454f635

View File

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