Skip to content

Commit 8b6f5fe

Browse files
authored
fix(scripts): support single quotes in owned image check (#1676)
Signed-off-by: weizhoublue <weizhou.lan@daocloud.io>
1 parent 26d7106 commit 8b6f5fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/check-latest-tags.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ set -o pipefail
3535
REPO_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
3636

3737
# Images under these llm-d-owned registries may use ':latest'.
38-
OWNED_IMAGE_RE='image:[[:space:]]*"?(ghcr\.io|quay\.io)/llm-d/'
38+
OWNED_IMAGE_RE='image:[[:space:]]*['\''"]?(ghcr\.io|quay\.io)/llm-d/'
3939

4040
WARN_ONLY=false
4141

0 commit comments

Comments
 (0)