Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add a CI workflow to publish the bitcoinsim image #19

Merged
merged 5 commits into from
Oct 19, 2024

Conversation

lesterli
Copy link
Collaborator

Summary

This PR adds a CI workflow that publishes the bitcoinsim docker image when changes are made to the contrib/images/bitcoindsim/ directory.

Test Plan

Update the Dockerfile or wrapper.sh and then bitcoindsim image should be published to the Babylon docker hub.

@lesterli lesterli marked this pull request as ready for review October 19, 2024 01:33
@bap2pecs bap2pecs self-requested a review October 19, 2024 01:34
@@ -23,7 +23,7 @@ if [[ ! -d "$BITCOIN_DATA" ]]; then
fi
echo "Generating bitcoin.conf file at $BITCOIN_CONF"
if [[ "$BITCOIN_NETWORK" == "testnet" ]]; then
NETWORK_LABEL="test"
NETWORK_LABEL="test" # [test] not [testnet] for testnet3
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what does this mean?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this comment said for the Bitcoin network we need to set test for testnet3 in the bitcoin.conf.
anyway, we can remove it since we only support signet now.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

where is bitcoin.conf? i cannot find it

Copy link
Collaborator

@bap2pecs bap2pecs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Go Season 2 - J2gIXtb43nW2nE6SlL

@lesterli lesterli merged commit d6b0ff7 into feat/fix-babylon-deployment Oct 19, 2024
5 checks passed
@lesterli lesterli deleted the feat/ci-workflow-bitcoinsim branch October 19, 2024 01:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants