Skip to content

Commit 4a18a2b

Browse files
committed
uopdatre build
1 parent 570b74d commit 4a18a2b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build-windows-2025-base-docker.yaml renamed to .github/workflows/build-windows-2022-base-docker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ on:
99
working_directory:
1010
type: string
1111
description: What working directory should be passed to the script
12-
default: "containers/windows-server2025"
12+
default: "containers/windows-server2022"
1313
build_context:
1414
type: string
1515
description: "The context of the build"
1616
default: "github_workspace"
1717
docker_image_name:
1818
type: string
1919
description: 'Docker Image name?'
20-
default: "terraform-azure-azdo-pipeline-templates/windowsserver2025"
20+
default: "terraform-azure-azdo-pipeline-templates/windowsserver2022"
2121
enable_debug_mode:
2222
type: boolean
2323
description: 'Whether debug mode should be enable for within the script'
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM mcr.microsoft.com/windows/server:ltsc2025
1+
FROM mcr.microsoft.com/windows/server:ltsc2022
22

33
# escape=`
44

5-
LABEL org.opencontainers.image.title=windows-servercore2025
5+
LABEL org.opencontainers.image.title=windows-server2022
66
LABEL org.opencontainers.image.source=https://github.com/libre-devops/terraform-azure-azdo-pipeline-templates
77

88
COPY tls-fix.ps1 /tls-fix.ps1

0 commit comments

Comments
 (0)