fix: regtest use new docker hub address (#2248)
* fix: regtest use new docker hub address
This commit is contained in:
parent
6f135c0696
commit
194a527736
2 changed files with 6 additions and 6 deletions
6
.github/workflows/regtest.yml
vendored
6
.github/workflows/regtest.yml
vendored
|
|
@ -33,8 +33,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: false
|
push: false
|
||||||
tags: lnbitsdocker/lnbits-legend:latest
|
tags: lnbits/lnbits:latest
|
||||||
cache-from: type=registry,ref=lnbitsdocker/lnbits-legend:latest
|
cache-from: type=registry,ref=lnbits/lnbits:latest
|
||||||
cache-to: type=inline
|
cache-to: type=inline
|
||||||
|
|
||||||
- name: Setup Regtest
|
- name: Setup Regtest
|
||||||
|
|
@ -51,7 +51,7 @@ jobs:
|
||||||
|
|
||||||
- name: Create fake admin
|
- name: Create fake admin
|
||||||
if: ${{ inputs.backend-wallet-class == 'LNbitsWallet' }}
|
if: ${{ inputs.backend-wallet-class == 'LNbitsWallet' }}
|
||||||
run: docker exec lnbits-legend-lnbits-1 poetry run python tools/create_fake_admin.py
|
run: docker exec lnbits-lnbits-1 poetry run python tools/create_fake_admin.py
|
||||||
|
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@ is_regtest: bool = not is_fake
|
||||||
docker_lightning_cli = [
|
docker_lightning_cli = [
|
||||||
"docker",
|
"docker",
|
||||||
"exec",
|
"exec",
|
||||||
"lnbits-legend-lnd-1-1",
|
"lnbits-lnd-1-1",
|
||||||
"lncli",
|
"lncli",
|
||||||
"--network",
|
"--network",
|
||||||
"regtest",
|
"regtest",
|
||||||
|
|
@ -46,7 +46,7 @@ docker_lightning_cli = [
|
||||||
docker_bitcoin_cli = [
|
docker_bitcoin_cli = [
|
||||||
"docker",
|
"docker",
|
||||||
"exec",
|
"exec",
|
||||||
"lnbits-legend-bitcoind-1-1" "bitcoin-cli",
|
"lnbits-bitcoind-1-1" "bitcoin-cli",
|
||||||
"-rpcuser=lnbits",
|
"-rpcuser=lnbits",
|
||||||
"-rpcpassword=lnbits",
|
"-rpcpassword=lnbits",
|
||||||
"-regtest",
|
"-regtest",
|
||||||
|
|
@ -56,7 +56,7 @@ docker_bitcoin_cli = [
|
||||||
docker_lightning_unconnected_cli = [
|
docker_lightning_unconnected_cli = [
|
||||||
"docker",
|
"docker",
|
||||||
"exec",
|
"exec",
|
||||||
"lnbits-legend-lnd-2-1",
|
"lnbits-lnd-2-1",
|
||||||
"lncli",
|
"lncli",
|
||||||
"--network",
|
"--network",
|
||||||
"regtest",
|
"regtest",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue