diff --git a/Makefile b/Makefile index 15e8f6fb..fe58612e 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ $(BUILDDIR)/: mkdir -p $(BUILDDIR)/ build-docker: - $(DOCKER) build --secret id=sshKey,src=${BBN_PRIV_DEPLOY_KEY} --tag babylonlabs-io/finality-provider -f Dockerfile \ + $(DOCKER) build --tag babylonlabs-io/finality-provider -f Dockerfile \ $(shell git rev-parse --show-toplevel) .PHONY: build build-docker