diff --git a/.github/workflows/build-linux-container.yml b/.github/workflows/build-linux-container.yml index d18eefe61..bf53fed70 100644 --- a/.github/workflows/build-linux-container.yml +++ b/.github/workflows/build-linux-container.yml @@ -149,6 +149,11 @@ jobs: - name: 🐳 Set up Docker Buildx uses: docker/setup-buildx-action@v3 + with: + driver: docker-container + driver-opts: | + network=host + buildkitd-flags: --allow-insecure-entitlement security.insecure --allow-insecure-entitlement network.host - name: 🔐 Log in to Container Registry id: login @@ -239,6 +244,9 @@ jobs: platforms: ${{ env.PLATFORM }} provenance: false # Disable provenance for better compatibility sbom: false # Disable SBOM for better compatibility + cache-from: type=gha + cache-to: type=gha,mode=max + outputs: type=docker - name: Build Complete run: |