diff --git a/Makefile b/Makefile index 627abb269bf201ec6018468f8c5fc9b798750fe4..6275f3e8376526e5e7125f5d762233232a75994a 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ DOCKER ?= docker BUILDX ?= $(DOCKER) buildx # set the graph driver as the current graphdriver if not set -DOCKER_GRAPHDRIVER := $(if $(DOCKER_GRAPHDRIVER),$(DOCKER_GRAPHDRIVER),$(shell docker info -f {{ .Driver }} 2>&1)) +DOCKER_GRAPHDRIVER := $(if $(DOCKER_GRAPHDRIVER),$(DOCKER_GRAPHDRIVER),$(shell docker info -f '{{ .Driver }}' 2>&1)) export DOCKER_GRAPHDRIVER DOCKER_GITCOMMIT := $(shell git rev-parse HEAD)