fix(build): typo

This commit is contained in:
2026-04-03 12:44:16 -05:00
parent 5c6460012a
commit 860207a60b

View File

@@ -143,10 +143,6 @@ jobs:
"---\n\n"
)
```py
if "-" not in tag:
header += f"\n**Also available as:** `{image_name}:latest`\n\n"
body = f.read()
image_name = os.environ["IMAGE_NAME"]