Skip to content

Commit 4597bad

Browse files
committed
Fix some typos
1 parent 258a47e commit 4597bad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/sphinx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
- "docs/**"
1313

14-
# Thse files are also rendered as docs pages
14+
# These files are also rendered as docs pages
1515
- "README.md"
1616
- "CHANGELOG.md"
1717

tagging/apps/merge_tags.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def pull_missing_tags(merged_tag: str, all_local_tags: list[str]) -> list[str]:
8585

8686
def push_manifest(merged_tag: str, existing_platform_tags: list[str]) -> None:
8787
LOGGER.info(f"Creating manifest for tag: {merged_tag}")
88-
# Unforunately, `docker manifest create` requires images to have been already pushed to the registry
88+
# Unfortunately, `docker manifest create` requires images to have been already pushed to the registry
8989
# which is not true for new tags in PRs
9090
run_with_retries(
9191
lambda: docker["manifest", "create", merged_tag][existing_platform_tags]

0 commit comments

Comments
 (0)