mirror of
https://github.com/esphome/esphome.git
synced 2026-09-02 19:16:06 +00:00
[docker] Fix generate_tags.py formatting (#18928)
This commit is contained in:
@@ -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}")
|
||||
|
||||
Reference in New Issue
Block a user