Skip to content
Snippets Groups Projects
Unverified Commit 518d08e5 authored by Emmanuel Bruno's avatar Emmanuel Bruno Committed by GitHub
Browse files

add buildkit

parent a755c90c
No related branches found
No related tags found
No related merge requests found
......@@ -14,4 +14,4 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --file Dockerfile --tag democi:$(date +%s)
run: DOCKER_BUILDKIT=1 docker build . --file Dockerfile --tag democi:$(date +%s)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment