We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de67959 commit 82ca3dfCopy full SHA for 82ca3df
src/macaron/config/defaults.ini
@@ -308,11 +308,15 @@ build_configs =
308
Dockerfile
309
Dockerfile.*
310
*.Dockerfile
311
-builder = docker
312
-build_arg = build
313
-deploy_arg = push
+builder =
+ docker
+build_arg =
314
+ build
315
+deploy_arg =
316
+ push
317
[builder.docker.ci.deploy]
-github_actions = docker/build-push-action@v4
318
+github_actions =
319
+ docker/build-push-action
320
321
# This is the spec for GitHub Actions CI.
322
[ci.github_actions]
0 commit comments