From 484bcb8fd9b7b0b525234d704dd049b1ef18e29f Mon Sep 17 00:00:00 2001 From: Runchao Han Date: Fri, 27 Sep 2024 07:28:28 +0800 Subject: [PATCH] chore: fix docker build (#35) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fdda813..54a77cb 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ $(BUILDDIR)/: mkdir -p $(BUILDDIR)/ build-docker: - $(DOCKER) build --secret id=sshKey,src=${BBN_PRIV_DEPLOY_KEY} --tag babylonlabs-io/btc-staker -f Dockerfile \ + $(DOCKER) build --tag babylonlabs-io/btc-staker -f Dockerfile \ $(shell git rev-parse --show-toplevel) .PHONY: build build-docker