Use 1.7.0 plugin packer
Some checks failed
Publish Docker image / Push Docker image to Docker Hub (push) Has been cancelled

This commit is contained in:
nicolas.dorier 2022-11-27 22:45:45 +09:00
parent 1b292f33fa
commit 72313f211b
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE

View File

@ -8,7 +8,7 @@ USER dotnet
WORKDIR /build-tools
ENV PLUGIN_PACKER_VERSION=https://github.com/btcpayserver/btcpayserver
RUN git clone --depth 1 -b plugin-packer-fix --single-branch https://github.com/NicolasDorier/btcpayserver && \
RUN git clone --depth 1 -b v1.7.0 --single-branch https://github.com/btcpayserver/btcpayserver && \
cd btcpayserver/BTCPayServer.PluginPacker && \
dotnet build -c Release -o "/build-tools/PluginPacker" && \
rm -rf /build-tools/btcpayserver