这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.3-prerelease
1.0.3
9 changes: 3 additions & 6 deletions release-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ if ! [[ "$version" =~ ^[0-9.]+$ ]]; then
exit 1
fi

# tag current latest commit.
echo "tagging..."
git tag $version
docker build -t infinityworks/github-exporter:latest -t infinityworks/github-exporter:$version .
docker push infinityworks/github-exporter:latest
docker push infinityworks/github-exporter:$version

# push tag to trigger build.
echo "pushing tag to trigger build..."
git push origin $version