We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 820b347 commit 773198eCopy full SHA for 773198e
VERSION
@@ -1 +1 @@
1
-v0.1.0
+v0.1.1
script/build-image
@@ -6,7 +6,7 @@ cd `dirname ${DIR}`
6
7
VERSION=`cat VERSION`
8
9
-IMAGE="quay.io/bakins/php-fpm-exporter:v${VERSION}"
+IMAGE="quay.io/bakins/php-fpm-exporter:${VERSION}"
10
11
docker build -t ${IMAGE} .
12
docker push ${IMAGE}
0 commit comments