From 54dfef25d28471cb5d18e579cdccd1c9b3d8ee2b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 25 May 2026 12:47:04 +0000 Subject: [PATCH 1/2] Initial plan From 70a18d1cf25a1a1efa9d076795960aa004d0b702 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 25 May 2026 12:49:44 +0000 Subject: [PATCH 2/2] fix: apply prettier formatting to build-custom workflow --- .github/workflows/build-custom.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-custom.yml b/.github/workflows/build-custom.yml index 41c80d466c..ddbfa10124 100644 --- a/.github/workflows/build-custom.yml +++ b/.github/workflows/build-custom.yml @@ -1,7 +1,7 @@ name: Build and Publish Custom Image on: - workflow_dispatch: # manual trigger + workflow_dispatch: # manual trigger push: branches: - main