From f8ce387f4fe338f701106dd604c161591396e7ac Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Fri, 21 Mar 2025 23:47:04 -0700 Subject: [PATCH] ci: update workflow action `docker/build-push-action` network --- .github/workflows/deploy-docker-github.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/deploy-docker-github.yml b/.github/workflows/deploy-docker-github.yml index d895a741..b6dbed57 100755 --- a/.github/workflows/deploy-docker-github.yml +++ b/.github/workflows/deploy-docker-github.yml @@ -439,6 +439,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 @@ -492,6 +495,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/arm64