Skip to content

Commit ba6ad9b

Browse files
Update scripts/release/atomic_pipeline.py
Co-authored-by: Vivek Singh <[email protected]>
1 parent 7a51618 commit ba6ad9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release/atomic_pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def build_image(
3737
build_path: str = ".",
3838
):
3939
"""
40-
Build an image (optionally) sign, then tag and push to all repositories in the registry list.
40+
Build an image, sign (optionally) it, then tag and push to all repositories in the registry list.
4141
"""
4242
image_name = build_configuration.image_name()
4343
span = trace.get_current_span()

0 commit comments

Comments
 (0)