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 32c1438 commit 3adfd3aCopy full SHA for 3adfd3a
development/build.xml
@@ -92,7 +92,7 @@
92
match="(?si)\b(version: )\d+(\.\d+)*" flags="g" byline="true"
93
replace="\1${release.version}"/>
94
<replaceregexp file="${workspace}/Dockerfile"
95
- match="(?si)\b(ARG\s+GIT_REPO_TAG\s*=\s*)\d+(\.\d+)*" flags="g" byline="true"
+ match="(?si)\b(ARG\s+GIT_REPO_TAG\s*=\s*)\d+[\.\d+]*" flags="g" byline="true"
96
97
</target>
98
0 commit comments