Skip to content

Commit

Permalink
fix docker build ci
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianElvis committed Dec 4, 2024
1 parent d2008ce commit 8e147fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
secrets: inherit
with:
publish: false
dockerfile: ./Dockerfile
dockerfile: ./contrib/images/local-bcd/Dockerfile
repoName: babylon-sdk
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
secrets: inherit
with:
publish: true
dockerfile: ./Dockerfile
dockerfile: ./contrib/images/local-bcd/Dockerfile
repoName: babylon-sdk
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@ build-linux-static:
$(MAKE) -C demo build-linux-static

build-docker:
$(DOCKER) build --tag babylonlabs-io/bcd -f contrib/images/bcd/Dockerfile .

# A local bcd image with users and funds for testing / development / integration purposes
build-bcd:
$(DOCKER) build --tag babylonlabs-io/local-bcd -f contrib/images/local-bcd/Dockerfile .
$(DOCKER) build --tag babylonlabs-io/bcd -f contrib/images/local-bcd/Dockerfile .

########################################
### Testing
Expand Down

0 comments on commit 8e147fc

Please sign in to comment.