Use dind and buildkit to build container

This commit is contained in:
Jake Howard 2022-07-28 17:25:13 +01:00
parent e2e0144b6a
commit 13f356c900
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -42,6 +42,10 @@ pip:
container:
image: docker:stable
services:
- docker:dind
variables:
DOCKER_BUILDKIT: 1
stage: test
script:
- docker build -t website .