From f4f1f11219b3c0eb130aa9f6c040abdf53c7baeb Mon Sep 17 00:00:00 2001 From: komodo Date: Mon, 25 Nov 2024 19:12:39 +0000 Subject: [PATCH] [Komodo] mbecker20: Commit Resource File: update dev.toml --- dev.toml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/dev.toml b/dev.toml index c81c4c4..cf07f58 100644 --- a/dev.toml +++ b/dev.toml @@ -36,4 +36,25 @@ branch = "1.16.12" dockerfile_path = "binaries.Dockerfile" image_registry.domain = "git.komo.do" image_registry.account = "mbecker20" +image_registry.organization = "komodo" + +## + +[[build]] +name = "komodo-core-dev" +tags = ["dev", "core"] +[build.config] +builder = "x86_64-builder" +version = "1.16.12" +auto_increment_version = false +image_name = "core" +image_tag = "dev" +links = [ + "https://git.komo.do/komodo/-/packages/container/core" +] +repo = "mbecker20/komodo" +branch = "1.16.12" +dockerfile_path = "bin/core/multi-arch.Dockerfile" +image_registry.domain = "git.komo.do" +image_registry.account = "mbecker20" image_registry.organization = "komodo" \ No newline at end of file