fix: docker-compose-image-tag fails to start (#31606)

This commit is contained in:
Maxime Beauchemin
2025-01-06 11:21:58 -08:00
committed by GitHub
parent 668194d574
commit ee36cf058c
3 changed files with 39 additions and 7 deletions

View File

@@ -40,7 +40,7 @@ PATTERNS = {
],
"docker": [
r"^Dockerfile$",
r"^docker/",
r"^docker.*",
],
"docs": [
r"^docs/",