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 264ebfd commit 42d87f5Copy full SHA for 42d87f5
VERSION
@@ -1 +1 @@
1
-1.0.3-prerelease
+1.0.3
release-version.sh
@@ -19,10 +19,7 @@ if ! [[ "$version" =~ ^[0-9.]+$ ]]; then
19
exit 1
20
fi
21
22
-# tag current latest commit.
23
-echo "tagging..."
24
-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
25
26
-# push tag to trigger build.
27
-echo "pushing tag to trigger build..."
28
-git push origin $version
0 commit comments