Update .github/workflows/.github-ci.yaml
Some checks failed
ci / build (push) Failing after 16s

This commit is contained in:
richardrobertreitz 2025-03-15 06:04:16 +00:00
parent 61e3aeecac
commit c33ca0f91e

View file

@ -37,10 +37,16 @@ jobs:
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
version: latest
endpoint: builders
buildkitd-flags: '--allow-insecure-entitlement network.host'
driver-opts: network=host
-
name: Build and push
uses: docker/build-push-action@v6
with:
push: true
allow: network.host
network: host
tags: ${{ steps.docker.outputs.tags }}