File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,11 +46,11 @@ jobs:
46
46
win_ver : [ltsc2019, ltsc2022]
47
47
include :
48
48
- win_ver : ltsc2019
49
- AZURE_IMG : " MicrosoftWindowsServer:WindowsServer:2019-Datacenter:17763.4377.230505 "
49
+ AZURE_IMG : " MicrosoftWindowsServer:WindowsServer:2019-Datacenter:latest "
50
50
AZURE_RESOURCE_GROUP : ctrd-integration-ltsc2019-${{ github.run_id }}
51
51
GOOGLE_BUCKET : " containerd-integration/logs/windows-ltsc2019-hyperv/"
52
52
- win_ver : ltsc2022
53
- AZURE_IMG : " MicrosoftWindowsServer:WindowsServer:2022-datacenter-smalldisk-g2:20348.1607.230310 "
53
+ AZURE_IMG : " MicrosoftWindowsServer:WindowsServer:2022-datacenter-smalldisk-g2:latest "
54
54
AZURE_RESOURCE_GROUP : ctrd-integration-ltsc2022-${{ github.run_id }}
55
55
GOOGLE_BUCKET : " containerd-integration/logs/windows-ltsc2022-hyperv/"
56
56
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -45,11 +45,11 @@ jobs:
45
45
win_ver : [ltsc2019, ltsc2022]
46
46
include :
47
47
- win_ver : ltsc2019
48
- AZURE_IMG : " MicrosoftWindowsServer:WindowsServer:2019-Datacenter:17763.4377.230505 "
48
+ AZURE_IMG : " MicrosoftWindowsServer:WindowsServer:2019-Datacenter:latest "
49
49
AZURE_RESOURCE_GROUP : ctrd-integration-ltsc2019-${{ github.run_id }}
50
50
GOOGLE_BUCKET : " containerd-integration/logs/windows-ltsc2019/"
51
51
- win_ver : ltsc2022
52
- AZURE_IMG : " MicrosoftWindowsServer:WindowsServer:2022-datacenter-smalldisk-g2:20348.1607.230310 "
52
+ AZURE_IMG : " MicrosoftWindowsServer:WindowsServer:2022-datacenter-smalldisk-g2:latest "
53
53
AZURE_RESOURCE_GROUP : ctrd-integration-ltsc2022-${{ github.run_id }}
54
54
GOOGLE_BUCKET : " containerd-integration/logs/windows-ltsc2022/"
55
55
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments