ci: enable buildkit again
This commit is contained in:
parent
c8b91d66d7
commit
222ee14d8c
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build-and-publish.yml
vendored
1
.github/workflows/build-and-publish.yml
vendored
|
@ -10,6 +10,7 @@ name: "Build, Test and Publish"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
IMAGE_NAME: glenux/teaching-boilerplate
|
IMAGE_NAME: glenux/teaching-boilerplate
|
||||||
|
DOCKER_BUILDKIT: 1
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-docker-image:
|
build-docker-image:
|
||||||
|
|
Loading…
Reference in a new issue