Skip to content

Commit 144704b

Browse files
committed
Build image using BuildKit
BuildKit is an optimised builder for docker. Although it isn't enabled by default, it helps to speed up the process even more and it's quite stable at this point. More info: https://docs.docker.com/develop/develop-images/build_enhancements/ Signed-off-by: Luís Cobucci <[email protected]>
1 parent 99bb281 commit 144704b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
uses: "actions/checkout@v2"
1919

2020
- name: "Docker Build"
21-
run: "docker build ."
21+
run: "DOCKER_BUILDKIT=1 docker build ."

0 commit comments

Comments
 (0)