We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e191c2a commit 48555d8Copy full SHA for 48555d8
ops/ci-tag-docker-release/ci-docker-tag-op-stack-release.sh
@@ -6,7 +6,7 @@ DOCKER_REPO=$1
6
GIT_TAG=$2
7
GIT_SHA=$3
8
9
-IMAGE_NAME=$(echo "$GIT_TAG" | grep -Eow '^(peer-mgmt-service|proxyd|ufm-[a-z0-9\-]*|op-[a-z0-9\-]*)' || true)
+IMAGE_NAME=$(echo "$GIT_TAG" | grep -Eow '^(cci-stats|peer-mgmt-service|proxyd|ufm-[a-z0-9\-]*|op-[a-z0-9\-]*)' || true)
10
if [ -z "$IMAGE_NAME" ]; then
11
echo "image name could not be parsed from git tag '$GIT_TAG'"
12
exit 1
0 commit comments