[docker] Fix generate_tags.py formatting (#18928)

This commit is contained in:
Jonathan Swoboda
2026-08-31 17:33:52 -04:00
committed by GitHub
parent d437869373
commit ca44db107c
+3 -1
View File
@@ -65,7 +65,9 @@ def main():
suffix = f"-{args.suffix}" if args.suffix else ""
repository = (os.environ.get("GITHUB_REPOSITORY") or "esphome/esphome").strip().lower()
repository = (
(os.environ.get("GITHUB_REPOSITORY") or "esphome/esphome").strip().lower()
)
image_name = f"{repository}{suffix}"
print(f"channel={channel}")