Skip to content

Commit

Permalink
chore: fix docker build (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianElvis authored Sep 26, 2024
1 parent 08a3fb4 commit 484bcb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 484bcb8

Please sign in to comment.