Update .gitea/workflows/docker-test.yml
This commit is contained in:
parent
0ca849d26a
commit
faad9d7480
@ -1,6 +1,6 @@
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: windows-host # Must match runner's label in config.yaml
|
runs-on: windows # Must match runner's label in config.yaml
|
||||||
container:
|
container:
|
||||||
image: mcr.microsoft.com/windows/servercore:ltsc2019
|
image: mcr.microsoft.com/windows/servercore:ltsc2019
|
||||||
options: --isolation=process --entrypoint cmd /c "timeout 5" # Test container startup
|
options: --isolation=process --entrypoint cmd /c "timeout 5" # Test container startup
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user