mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Merge pull request #229 from fnproject/fnlb_tag
Use fnlb in the lb tags
This commit is contained in:
@@ -30,7 +30,7 @@ make docker-build
|
|||||||
|
|
||||||
git add -u
|
git add -u
|
||||||
git commit -m "$service: $version release [skip ci]"
|
git commit -m "$service: $version release [skip ci]"
|
||||||
git tag -f -a "$version" -m "version $version"
|
git tag -f -a "fnlb-$version" -m "version fnlb-$version"
|
||||||
git push
|
git push
|
||||||
git push origin $version
|
git push origin $version
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user