Skip to content

Commit

Permalink
update publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasDorier committed Mar 29, 2019
1 parent e52eb8a commit 7ed77bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish-docker.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7ed77bb

Please sign in to comment.