Skip to content

Commit

Permalink
minor: fix Makefile (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianElvis authored Aug 7, 2024
1 parent d73b523 commit a8f1c82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ test-e2e:
go test -mod=readonly -timeout=25m -v $(PACKAGES_E2E) -count=1 --tags=e2e

build-docker:
$(DOCKER) build --tag babylonchain/vigilante -f Dockerfile \
$(DOCKER) build --tag babylonlabs-io/vigilante -f Dockerfile \
$(shell git rev-parse --show-toplevel)

rm-docker:
$(DOCKER) rmi babylonchain/vigilante 2>/dev/null; true
$(DOCKER) rmi babylonlabs-io/vigilante 2>/dev/null; true

mocks:
mkdir -p $(MOCKS_DIR)
Expand Down

0 comments on commit a8f1c82

Please sign in to comment.