From e10345a5f4236931a267436acff83ccd14f544d8 Mon Sep 17 00:00:00 2001 From: mbecker20 Date: Fri, 7 Mar 2025 07:24:30 +0000 Subject: [PATCH] Update dev.toml --- dev.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dev.toml b/dev.toml index 09b8cfe..1d81513 100644 --- a/dev.toml +++ b/dev.toml @@ -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]] """ ##