Skip to content

Commit 811f70a

Browse files
committed
build: update ci issues
1 parent b3a9f8b commit 811f70a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

sailr.workflow.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[workflow.ci]
22
environment = "local"
3-
mode = "check"
3+
mode = "build"
44
interactive = false
55
build = "plan"
66
generate = "run"

src/builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1015,7 +1015,7 @@ fn default_build_command(env: &Environment, build_cfg: &ServiceBuildConfig) -> S
10151015
platform, dockerfile_segment
10161016
),
10171017
_ => format!(
1018-
"docker buildx build --ssh default{} -t {{ registry }}/{{ name }}:{{ version }} .",
1018+
"docker buildx build --ssh default{} -t {{{{ registry }}}}/{{{{ name }}}}:{{{{ version }}}} .",
10191019
dockerfile_segment
10201020
),
10211021
}

0 commit comments

Comments
 (0)