diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 77648aa7..9ebedc35 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,4 +13,5 @@ jobs: with: publish: true dockerfile: ./contrib/images/bitcoindsim/Dockerfile + dockerContext: ./contrib/images/bitcoindsim repoName: bitcoindsim \ No newline at end of file diff --git a/contrib/images/bitcoindsim/wrapper.sh b/contrib/images/bitcoindsim/wrapper.sh index 65ad7a1a..6855cfa2 100755 --- a/contrib/images/bitcoindsim/wrapper.sh +++ b/contrib/images/bitcoindsim/wrapper.sh @@ -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" # Testnet3 + NETWORK_LABEL="test" # [test] not [testnet] for testnet3 else NETWORK_LABEL="$BITCOIN_NETWORK" fi