feat: env driver

Co-authored-by: Furkan Türkal <furkan.turkal@trendyol.com>
Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>
This commit is contained in:
Batuhan Apaydın
2022-03-17 18:36:35 +03:00
committed by Justin Chadwell
parent 29f97f6762
commit 3dc83e5dd8
5 changed files with 142 additions and 3 deletions

View File

@@ -23,6 +23,7 @@ import (
_ "github.com/docker/buildx/driver/docker"
_ "github.com/docker/buildx/driver/docker-container"
_ "github.com/docker/buildx/driver/env"
_ "github.com/docker/buildx/driver/kubernetes"
)