mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 06:25:41 -04:00
ci: update workflow network
This commit is contained in:
3
.github/workflows/deploy-docker-gitea.yml
vendored
3
.github/workflows/deploy-docker-gitea.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user