fix: use lowercase docker repository name
This commit is contained in:
@@ -22,7 +22,7 @@ import sys
|
||||
from typing import Iterable, Sequence
|
||||
|
||||
|
||||
DOCKER_REPO = "git.alphen.cloud/bramval/SyncPlayer"
|
||||
DOCKER_REPO = "git.alphen.cloud/bramval/syncplayer"
|
||||
|
||||
|
||||
def _run(cmd: Sequence[str], *, dry_run: bool = False) -> None:
|
||||
|
||||
Reference in New Issue
Block a user