mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 12:48:18 +00:00
fix Update-DockerImages.ps1 installation
This commit is contained in:
@@ -230,4 +230,8 @@ $markdown += New-MDHeader "Android" -Level 3
|
||||
$markdown += Build-AndroidTable | New-MDTable
|
||||
$markdown += New-MDNewLine
|
||||
|
||||
# Docker images section
|
||||
$markdown += New-MDHeader "Cached Docker images" -Level 3
|
||||
$markdown += New-MDList -Style Unordered -Lines @(Get-CachedDockerImages)
|
||||
|
||||
$markdown | Out-File -FilePath "C:\InstalledSoftware.md"
|
||||
Reference in New Issue
Block a user