Skip to content

Commit

Permalink
Build image using BuildKit
Browse files Browse the repository at this point in the history
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 <lcobucci@gmail.com>
  • Loading branch information
lcobucci committed Feb 25, 2021
1 parent 99bb281 commit 144704b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
uses: "actions/checkout@v2"

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

0 comments on commit 144704b

Please sign in to comment.