We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdc175a commit 3bac2aeCopy full SHA for 3bac2ae
release.sh
@@ -24,7 +24,7 @@ git add -u
24
git commit -m "$service: $version release [skip ci]"
25
git tag -f -a "$version" -m "version $version"
26
git push
27
-git push --tags
+git push origin $version
28
29
# Finally tag and push docker images
30
docker tag $user/$service:$tag $user/$service:$version
0 commit comments