reset head to master after build

This commit is contained in:
simon 2022-05-08 07:51:43 +07:00
parent 6e6e748be5
commit 592d03f936
1 changed files with 2 additions and 0 deletions

View File

@ -70,6 +70,8 @@ function sync_docker {
-t bbilly1/tubearchivist-metrics \
-t bbilly1/tubearchivist-metrics:"$VERSION" --push .
git checkout master
}