mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Only pushes the single version tag instead of all.
This commit is contained in:
@@ -24,7 +24,7 @@ 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 "$version" -m "version $version"
|
||||||
git push
|
git push
|
||||||
git push --tags
|
git push origin $version
|
||||||
|
|
||||||
# Finally tag and push docker images
|
# Finally tag and push docker images
|
||||||
docker tag $user/$service:$tag $user/$service:$version
|
docker tag $user/$service:$tag $user/$service:$version
|
||||||
|
|||||||
Reference in New Issue
Block a user