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 db57331 commit 6cc327aCopy full SHA for 6cc327a
.github/workflows/scripts/update_files_with_version.sh
@@ -43,7 +43,7 @@ last_org=`echo $last_org | sed -e 's/^[[:space:]]*//'`
43
44
if [ "${DOCKER_ORG}" != "${last_org}" ]; then
45
>&2 echo "Updating ${values_yaml} to org = ${DOCKER_ORG}/${DOCKER_REPO}"
46
- sed -i -e 's/\(\s*repository:\).*/\1 '${DOCKER_ORG}'\/'${DOCKER_REPO}'/' ${values_yaml}
+ sed -i -e 's_\(\s*repository:\).*_\1 '${DOCKER_ORG}'\/'${DOCKER_REPO}'_' ${values_yaml}
47
updates=$((updates+1))
48
fi
49
@@ -105,4 +105,4 @@ if [[ ${last_gradle_tag} != ${VERSION} ]]; then
105
106
107
echo $updates
108
-exit 0
+exit 0
0 commit comments