From 5f515d0461b3a1967bcd76018105205906afb8d3 Mon Sep 17 00:00:00 2001 From: Adam Cooke Date: Mon, 26 Jul 2021 17:52:57 +0000 Subject: [PATCH] ci(makefile): we have no secrets here --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 245777b..c4245c2 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,6 @@ endif DOCKER_BUILD_CMD = DOCKER_BUILDKIT=1 docker \ build $(if $(TTY),,--progress plain) \ --build-arg VERSION=$(VERSION) \ - --secret "id=bundle_config,src=$(BUNDLE_CONFIG)" \ . DOCKER_CI_BUILD_CMD = $(DOCKER_BUILD_CMD) --target=ci