feat: integrate thunderhub (#291)
* feat: initial integration * chore: opt in and readme * chore: add to btcpay env * chore: move env and yml change * chore: image builder * chore: bump version * chore: bump version (#1) * chore: version bump * chore: update repo * chore: bump version
This commit is contained in:
@@ -544,6 +544,12 @@ namespace DockerFileBuildHelper
|
||||
dockerInfo.GitRef = $"v{image.Tag.Split('-')[0]}";
|
||||
dockerInfo.SupportedByUs = true;
|
||||
break;
|
||||
case "thunderhub":
|
||||
dockerInfo.DockerFilePath = $"Dockerfile";
|
||||
dockerInfo.GitLink = "https://github.com/apotdevin/thunderhub";
|
||||
dockerInfo.GitRef = $"{image.Tag.Split('-')[0]}";
|
||||
dockerInfo.SupportedByUs = false;
|
||||
break;
|
||||
default:
|
||||
if (firstTry)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user