Skip to content

Commit 82ca3df

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

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

src/macaron/config/defaults.ini

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -308,11 +308,15 @@ 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 =
319+
docker/build-push-action
316320

317321
# This is the spec for GitHub Actions CI.
318322
[ci.github_actions]

0 commit comments

Comments
 (0)