Update dev.toml

This commit is contained in:
2025-03-07 07:24:30 +00:00
parent 9c13b169d4
commit e10345a5f4

View File

@ -126,7 +126,11 @@ builder = "local"
git_provider = "git.komo.do"
repo = "moghtech/build"
on_clone.command = """
bash ./upload-binaries.sh [[KOMODO_DEV_TAG]] ghcr.io/moghtech/binaries:latest-dev [[KOMODO_DEV_VERSION]] [[KOMODO_GIT_TOKEN]]
bash ./upload-binaries.sh \
[[KOMODO_DEV_TAG]] \
ghcr.io/moghtech/binaries:latest-dev \
[[KOMODO_DEV_VERSION]] \
[[KOMODO_GIT_TOKEN]]
"""
##