From b17c7749f71b86481633bb72be967fd099652cb3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 23 Feb 2026 13:45:39 +0000 Subject: [PATCH 1/2] Initial plan From 020bd505c743639616256b93856afa6407e4a7e8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 23 Feb 2026 13:47:39 +0000 Subject: [PATCH 2/2] Fix deprecated install input in docker/setup-buildx-action Co-authored-by: salmanmkc <32169182+salmanmkc@users.noreply.github.com> --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6260588..44ad6e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,6 @@ jobs: id: setup-buildx uses: docker/setup-buildx-action@v3 with: - install: true driver-opts: network=host - name: Build the Container