From f1375b0d1e18178d8cd28507672b7930761f7337 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Sat, 9 Oct 2021 13:02:03 +0200 Subject: [PATCH] Updated build script --- .github/workflows/images_build_windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/images_build_windows.yml b/.github/workflows/images_build_windows.yml index 6720c7cd5..ee75629c6 100644 --- a/.github/workflows/images_build_windows.yml +++ b/.github/workflows/images_build_windows.yml @@ -330,7 +330,7 @@ jobs: # PowerShell images based on LTSC 2019 and LTSC 2016 do not have "ltsc" prefix $os_tag_suffix='${{ steps.base_os_tag.outputs.os_tag }}' - $os_tag_suffix=$os_tag_suffix -replace "ltsc(201[69])",'$1' + $os_tag_suffix=$os_tag_suffix -replace "ltsc2019",'1809' echo "docker build --file=$dockerfile $tags $context" docker build --label org.opencontainers.image.revision=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.revision'] }} `