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

adds buildkit

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