fix: regtest use new docker hub address (#2248)

* fix: regtest use new docker hub address
This commit is contained in:
dni ⚡
2024-02-09 08:46:33 +01:00
committed by GitHub
parent 6f135c0696
commit 194a527736
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -33,8 +33,8 @@ jobs:
with:
context: .
push: false
tags: lnbitsdocker/lnbits-legend:latest
cache-from: type=registry,ref=lnbitsdocker/lnbits-legend:latest
tags: lnbits/lnbits:latest
cache-from: type=registry,ref=lnbits/lnbits:latest
cache-to: type=inline
- name: Setup Regtest
@@ -51,7 +51,7 @@ jobs:
- name: Create fake admin
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
env: