fix(image): use proper image name

This commit is contained in:
Sam Chau
2025-08-27 05:34:44 +09:30
parent dd6904f391
commit 14d364fd9b

View File

@@ -18,7 +18,7 @@ on:
jobs:
validate:
runs-on: ubuntu-latest
container: mcr.microsoft.com/powershell:lts-alpine-3.18
container: mcr.microsoft.com/powershell:lts
steps:
- uses: actions/checkout@v4