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 26d7106 commit 8b6f5feCopy full SHA for 8b6f5fe
1 file changed
scripts/check-latest-tags.sh
@@ -35,7 +35,7 @@ set -o pipefail
35
REPO_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
36
37
# Images under these llm-d-owned registries may use ':latest'.
38
-OWNED_IMAGE_RE='image:[[:space:]]*"?(ghcr\.io|quay\.io)/llm-d/'
+OWNED_IMAGE_RE='image:[[:space:]]*['\''"]?(ghcr\.io|quay\.io)/llm-d/'
39
40
WARN_ONLY=false
41
0 commit comments