mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
temporary fix publish algo with custom docker image
This commit is contained in:
parent
c2995223a7
commit
ed3d736faf
@ -135,7 +135,8 @@ export async function transformPublishFormToDdo(
|
|||||||
: getAlgorithmContainerPreset(dockerImage).tag,
|
: getAlgorithmContainerPreset(dockerImage).tag,
|
||||||
checksum:
|
checksum:
|
||||||
dockerImage === 'custom'
|
dockerImage === 'custom'
|
||||||
? dockerImageCustomChecksum
|
? // ? dockerImageCustomChecksum
|
||||||
|
''
|
||||||
: getAlgorithmContainerPreset(dockerImage).checksum
|
: getAlgorithmContainerPreset(dockerImage).checksum
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user