mirror of
https://github.com/aljazceru/btcpayserver-docker.git
synced 2025-12-17 13:24:26 +01:00
Add spark-wallet to the list of docker images
This commit is contained in:
@@ -286,6 +286,11 @@ namespace DockerFileBuildHelper
|
||||
dockerInfo.GitLink = "https://github.com/containous/traefik-library-image";
|
||||
dockerInfo.GitRef = $"master";
|
||||
break;
|
||||
case "spark-wallet":
|
||||
dockerInfo.DockerFilePath = $"Dockerfile";
|
||||
dockerInfo.GitLink = "https://github.com/shesek/spark-wallet";
|
||||
dockerInfo.GitRef = $"v{image.Tag.Split('-')[0]}";
|
||||
break;
|
||||
default:
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user