Skip to content

Commit 1ff8a57

Browse files
committed
update container names
1 parent 8598420 commit 1ff8a57

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-debian-base-docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
docker_image_name:
1818
type: string
1919
description: 'Docker Image name?'
20-
default: "terraform-azure-azdo-pipeline-templates/ubuntu"
20+
default: "terraform-azure-azdo-pipeline-templates/debian"
2121
enable_debug_mode:
2222
type: boolean
2323
description: 'Whether debug mode should be enable for within the script'

.github/workflows/build-rhel-base-docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
docker_image_name:
1818
type: string
1919
description: 'Docker Image name?'
20-
default: "terraform-azure-azdo-pipeline-templates/ubuntu"
20+
default: "terraform-azure-azdo-pipeline-templates/rhel"
2121
enable_debug_mode:
2222
type: boolean
2323
description: 'Whether debug mode should be enable for within the script'

.github/workflows/build-windows-2025-base-docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
docker_image_name:
1818
type: string
1919
description: 'Docker Image name?'
20-
default: "terraform-azure-azdo-pipeline-templates/ubuntu"
20+
default: "terraform-azure-azdo-pipeline-templates/windowsserver2025"
2121
enable_debug_mode:
2222
type: boolean
2323
description: 'Whether debug mode should be enable for within the script'

0 commit comments

Comments
 (0)