diff --git a/publish-docker.ps1 b/publish-docker.ps1 index 048ec06db..54aee5894 100644 --- a/publish-docker.ps1 +++ b/publish-docker.ps1 @@ -5,4 +5,4 @@ git merge master git checkout master git tag -d "stable" git tag -a "stable" -m "stable" -git push --tags --force +git push origin latest master --tags --force