From a0a2ab6fcdde03792124cc6a5430ca79cf9bda2f Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Mon, 26 Mar 2018 11:54:10 +0900 Subject: [PATCH] update publish-docker --- publish-docker.ps1 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/publish-docker.ps1 b/publish-docker.ps1 index a59cfb1b7..1b3db6fe5 100644 --- a/publish-docker.ps1 +++ b/publish-docker.ps1 @@ -1,3 +1,6 @@ $ver = [regex]::Match((Get-Content BTCPayServer\BTCPayServer.csproj), '([^<]+)<').Groups[1].Value git tag -a "v$ver" -m "$ver" -git push --tags \ No newline at end of file +git push --tags +git tag -d "stable" +git tag -a "stable" -m "stable" +git push --tags --force