Skip to content

Commit 48555d8

Browse files
committed
Add CCI stats to tag script
1 parent e191c2a commit 48555d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ops/ci-tag-docker-release/ci-docker-tag-op-stack-release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ DOCKER_REPO=$1
66
GIT_TAG=$2
77
GIT_SHA=$3
88

9-
IMAGE_NAME=$(echo "$GIT_TAG" | grep -Eow '^(peer-mgmt-service|proxyd|ufm-[a-z0-9\-]*|op-[a-z0-9\-]*)' || true)
9+
IMAGE_NAME=$(echo "$GIT_TAG" | grep -Eow '^(cci-stats|peer-mgmt-service|proxyd|ufm-[a-z0-9\-]*|op-[a-z0-9\-]*)' || true)
1010
if [ -z "$IMAGE_NAME" ]; then
1111
echo "image name could not be parsed from git tag '$GIT_TAG'"
1212
exit 1

0 commit comments

Comments
 (0)