diff --git a/dev.toml b/dev.toml index bffd77a..57e7d9a 100644 --- a/dev.toml +++ b/dev.toml @@ -1,24 +1,3 @@ -[[build]] -name = "komodo-frontend-dev" -tags = ["dev", "frontend"] -[build.config] -builder = "x86_64-builder" -version = "1.16.12" -auto_increment_version = false -image_name = "frontend" -image_tag = "dev" -links = [ - "https://git.komo.do/komodo/-/packages/container/frontend" -] -repo = "mbecker20/komodo" -branch = "1.16.12" -dockerfile_path = "frontend/Dockerfile" -image_registry.domain = "git.komo.do" -image_registry.account = "mbecker20" -image_registry.organization = "komodo" - -## - [[build]] name = "komodo-binaries-dev-aarch64" tags = ["dev", "binaries", "aarch64"] @@ -93,6 +72,27 @@ build_args = """ ## +[[build]] +name = "komodo-frontend-dev" +tags = ["dev", "frontend"] +[build.config] +builder = "x86_64-builder" +version = "1.16.12" +auto_increment_version = false +image_name = "frontend" +image_tag = "dev" +links = [ + "https://git.komo.do/komodo/-/packages/container/frontend" +] +repo = "mbecker20/komodo" +branch = "1.16.12" +dockerfile_path = "frontend/Dockerfile" +image_registry.domain = "git.komo.do" +image_registry.account = "mbecker20" +image_registry.organization = "komodo" + +## + [[build]] name = "komodo-periphery-dev" tags = ["dev", "periphery"] @@ -130,10 +130,10 @@ name = "build-dev" tags = ["dev"] [[procedure.config.stage]] -name = "Build Binaries" +name = "Build Binaries + Frontend" enabled = true executions = [ - { execution.type = "BatchRunBuild", execution.params.pattern = "komodo-binaries-dev-*", enabled = true } + { execution.type = "BatchRunBuild", execution.params.pattern = "komodo-binaries-dev-*, komodo-frontend-dev", enabled = true } ] [[procedure.config.stage]]