From eb6457d715a2aab18b4f7a9615d70c19bf1f56b0 Mon Sep 17 00:00:00 2001 From: Ricky Whitaker Date: Tue, 27 May 2025 16:19:51 -0500 Subject: [PATCH] feat(push-to-gar-docker): enable docker mirror for buildx on self-hosted runners --- actions/push-to-gar-docker/action.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/actions/push-to-gar-docker/action.yaml b/actions/push-to-gar-docker/action.yaml index dd9112896..ebaace680 100644 --- a/actions/push-to-gar-docker/action.yaml +++ b/actions/push-to-gar-docker/action.yaml @@ -171,6 +171,7 @@ runs: with: driver: ${{ inputs.docker-buildx-driver }} version: latest # see https://github.com/docker/build-push-action/issues/1345#issuecomment-2770572479 + buildkitd-config: ${{ runner.environment == 'self-hosted' && '/etc/buildkitd.toml' || '' }} - name: Build the container uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0