From fa647a4e361aec2fc5f464ba957c2ed44726eba5 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Sat, 10 Feb 2024 02:35:41 +0900 Subject: [PATCH] Prepare universal workflow --- .github/workflows/images_build_windows.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/images_build_windows.yml b/.github/workflows/images_build_windows.yml index bc25f179b..b173a9a2e 100644 --- a/.github/workflows/images_build_windows.yml +++ b/.github/workflows/images_build_windows.yml @@ -29,6 +29,7 @@ env: MSFT_BASE_BUILD_IMAGE: "mcr.microsoft.com/windows/servercore" PWSH_BASE_IMAGE_NAME: "mcr.microsoft.com/powershell" PWSH_BASE_IMAGE_PREFIX: "lts-nanoserver-" + BASE_IMAGE_NAME: "build-base" BASE_BUILD_IMAGE_NAME: "build-mysql"