chore(deps): update aks/aks-gpu-cuda docker tag to v550.127.08-20250114174335 #1310
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Windows Files and Images Check | |
on: | |
pull_request: | |
paths: | |
- '.github/workflows/validate-windows-binary-signature.yaml' | |
- 'vhdbuilder/packer/test/windows-files-check.ps1' | |
- '../../vhdbuilder/packer/windows' | |
- 'parts/linux/cloud-init/artifacts/components.json' | |
jobs: | |
check-files-for-ws2019: | |
name: Check for Windows 2019 | |
runs-on: windows-2019 | |
steps: | |
- name: Check out repository code | |
uses: actions/checkout@v4 | |
- name: Run check script for 2019-containerd | |
shell: powershell | |
run: | | |
./vhdbuilder/packer/test/windows-files-check.ps1 2019-containerd | |
check-files-for-ws2022: | |
name: Check for Windows 2022 | |
runs-on: windows-2022 | |
steps: | |
- name: Check out repository code | |
uses: actions/checkout@v4 | |
- name: Run check script for 2022-containerd | |
shell: powershell | |
run: | | |
./vhdbuilder/packer/test/windows-files-check.ps1 2022-containerd |