We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca3faf4 commit 6088140Copy full SHA for 6088140
README.md
@@ -57,7 +57,7 @@ version: "3.9"
57
58
services:
59
windows-github-runner-vm:
60
- image: ghcr.io/vaggeliskls/windows-github-custom-runner:latest
+ image: docker.io/vaggeliskls/windows-github-custom-runner:latest
61
env_file: .env
62
stdin_open: true
63
tty: true
docker-compose.yml
@@ -2,7 +2,7 @@ version: "3.9"
2
3
4
5
6
build:
7
dockerfile: ./Dockerfile
8
context: .
0 commit comments