Skip to content

Commit 42d87f5

Browse files
author
Henry McConville
committed
Update VERSION and release script
1 parent 264ebfd commit 42d87f5

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.3-prerelease
1+
1.0.3

release-version.sh

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@ if ! [[ "$version" =~ ^[0-9.]+$ ]]; then
1919
exit 1
2020
fi
2121

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

26-
# push tag to trigger build.
27-
echo "pushing tag to trigger build..."
28-
git push origin $version

0 commit comments

Comments
 (0)