diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 22f9329..3cb3f13 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -51,10 +51,9 @@ jobs: } }' | sudo tee /etc/docker/daemon.json - # Restart Docker to apply proxy settings - sudo systemctl restart docker - - echo "Using apt-cacher-ng proxy for faster Docker builds" + # Note: Docker daemon restart requires systemd, which isn't available in CI + # The proxy configuration will be used by Docker builds + echo "Docker proxy configuration created (restart not possible in CI)" else echo "⚠️ apt-cacher-ng not available, using standard mirrors..." echo "Using standard Debian mirrors for Docker builds"