Skip to content

Commit f9c267d

Browse files
committed
fix: fix docker in defaults.ini
Signed-off-by: Tim Yarkov <[email protected]>
1 parent de67959 commit f9c267d

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

src/macaron/config/defaults.ini

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -308,11 +308,14 @@ build_configs =
308308
Dockerfile
309309
Dockerfile.*
310310
*.Dockerfile
311-
builder = docker
312-
build_arg = build
313-
deploy_arg = push
311+
builder =
312+
docker
313+
build_arg =
314+
build
315+
deploy_arg =
316+
push
314317
[builder.docker.ci.deploy]
315-
github_actions = docker/build-push-action@v4
318+
github_actions = docker/build-push-action
316319

317320
# This is the spec for GitHub Actions CI.
318321
[ci.github_actions]

0 commit comments

Comments
 (0)