Skip to content

Commit 6088140

Browse files
authored
docs: update ghcr.io to docker.io
1 parent ca3faf4 commit 6088140

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ version: "3.9"
5757

5858
services:
5959
windows-github-runner-vm:
60-
image: ghcr.io/vaggeliskls/windows-github-custom-runner:latest
60+
image: docker.io/vaggeliskls/windows-github-custom-runner:latest
6161
env_file: .env
6262
stdin_open: true
6363
tty: true

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.9"
22

33
services:
44
windows-github-runner-vm:
5-
image: ghcr.io/vaggeliskls/windows-github-custom-runner:latest
5+
image: docker.io/vaggeliskls/windows-github-custom-runner:latest
66
build:
77
dockerfile: ./Dockerfile
88
context: .

0 commit comments

Comments
 (0)