From 275b2683ec6da9cb1e197347947c54e32924521e Mon Sep 17 00:00:00 2001 From: Rahul Narla Date: Fri, 20 Feb 2026 11:10:42 -0800 Subject: [PATCH 1/2] Remove athelas buildx --- .github/common-actions/docker-build/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/common-actions/docker-build/action.yaml b/.github/common-actions/docker-build/action.yaml index 103917a..b4f7868 100644 --- a/.github/common-actions/docker-build/action.yaml +++ b/.github/common-actions/docker-build/action.yaml @@ -159,7 +159,7 @@ runs: uses: docker/setup-buildx-action@v3 with: driver-opts: | - image=us-central1-docker.pkg.dev/athelas-rcm/athelas-docker-proxy/moby/buildkit:buildx-stable-1 + # image=us-central1-docker.pkg.dev/athelas-rcm/athelas-docker-proxy/moby/buildkit:buildx-stable-1 -> not using self hosted runner, need to disable network=host - name: Setup just From a56f9cd14f890bb2682119d2eb0320003cc3bbd2 Mon Sep 17 00:00:00 2001 From: Rahul Narla Date: Fri, 20 Feb 2026 11:13:05 -0800 Subject: [PATCH 2/2] remove driver-opts comment --- .github/common-actions/docker-build/action.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/common-actions/docker-build/action.yaml b/.github/common-actions/docker-build/action.yaml index b4f7868..35a8c2d 100644 --- a/.github/common-actions/docker-build/action.yaml +++ b/.github/common-actions/docker-build/action.yaml @@ -159,7 +159,6 @@ runs: uses: docker/setup-buildx-action@v3 with: driver-opts: | - # image=us-central1-docker.pkg.dev/athelas-rcm/athelas-docker-proxy/moby/buildkit:buildx-stable-1 -> not using self hosted runner, need to disable network=host - name: Setup just