Skip to content

Commit 656e7dc

Browse files
author
Henry McConville
committed
Version 1.0.6 release
1 parent 9eabc9f commit 656e7dc

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.5
1+
1.0.6

release-version.sh

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ git pull origin master
99
version=$(cat VERSION)
1010
echo "version: $version"
1111

12-
# exist if tag already exists.
12+
# exit if tag already exists.
1313
if [ $(git tag -l "$version") ]; then
1414
echo "tag already exists. Ensure version number has been update in VERSION."
1515
exit 1
@@ -21,7 +21,4 @@ if ! [[ "$version" =~ ^[0-9.]+$ ]]; then
2121
exit 1
2222
fi
2323

24-
docker build -t githubexporter/github-exporter:latest -t githubexporter/github-exporter:$version .
25-
docker push githubexporter/github-exporter:latest
26-
docker push githubexporter/github-exporter:$version
27-
24+
docker buildx build --platform linux/amd64 -t githubexporter/github-exporter:latest -t githubexporter/github-exporter:$version --push .

0 commit comments

Comments
 (0)