mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
Merge #942
942: Fix failing CI tests due to deleted xmrto docker hub images r=delta1 a=binarybaron Fix failing CI tests due to deleted xmrto docker hub images by moving to the docker images provided by melotools This should have priority because the failing CI blocks all other PRs Co-authored-by: binarybaron <86064887+binarybaron@users.noreply.github.com>
This commit is contained in:
commit
3e7a139f73
@ -25,7 +25,7 @@ impl Image for Monerod {
|
||||
type EntryPoint = str;
|
||||
|
||||
fn descriptor(&self) -> String {
|
||||
"xmrto/monero:v0.17.2.0".to_owned()
|
||||
"melotools/monero:v0.17.2.0".to_owned()
|
||||
}
|
||||
|
||||
fn wait_until_ready<D: Docker>(&self, container: &Container<'_, D, Self>) {
|
||||
@ -78,7 +78,7 @@ impl Image for MoneroWalletRpc {
|
||||
type EntryPoint = str;
|
||||
|
||||
fn descriptor(&self) -> String {
|
||||
"xmrto/monero:v0.17.2.0".to_owned()
|
||||
"melotools/monero:v0.17.2.0".to_owned()
|
||||
}
|
||||
|
||||
fn wait_until_ready<D: Docker>(&self, container: &Container<'_, D, Self>) {
|
||||
|
Loading…
Reference in New Issue
Block a user