Skip to content

Commit 773198e

Browse files
author
Brian Akins
committed
correct version
1 parent 820b347 commit 773198e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.1.0
1+
v0.1.1

script/build-image

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cd `dirname ${DIR}`
66

77
VERSION=`cat VERSION`
88

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

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

0 commit comments

Comments
 (0)