Skip to content

Commit

Permalink
correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
bakins committed May 22, 2017
1 parent 820b347 commit 773198e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.1.0
v0.1.1
2 changes: 1 addition & 1 deletion script/build-image
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cd `dirname ${DIR}`

VERSION=`cat VERSION`

IMAGE="quay.io/bakins/php-fpm-exporter:v${VERSION}"
IMAGE="quay.io/bakins/php-fpm-exporter:${VERSION}"

docker build -t ${IMAGE} .
docker push ${IMAGE}

0 comments on commit 773198e

Please sign in to comment.