Skip to content

Commit 2de8370

Browse files
author
Henry McConville
committed
Version 1.0.4 release
1 parent d6d3e44 commit 2de8370

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

VERSION

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

release-version.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
set -euo pipefail
4+
35
# ensure git is in the correct branch and has latest from remote.
46
git checkout master
57
git pull origin master
@@ -19,9 +21,7 @@ if ! [[ "$version" =~ ^[0-9.]+$ ]]; then
1921
exit 1
2022
fi
2123

22-
docker build -t infinityworks/github-exporter:latest -t infinityworks/github-exporter:$version -t githubexporter/github-exporter:latest -t githubexporter/github-exporter:$version .
23-
docker push infinityworks/github-exporter:latest
24-
docker push infinityworks/github-exporter:$version
24+
docker build -t githubexporter/github-exporter:latest -t githubexporter/github-exporter:$version .
2525
docker push githubexporter/github-exporter:latest
2626
docker push githubexporter/github-exporter:$version
2727

0 commit comments

Comments
 (0)