We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--sign
1 parent 3be7731 commit 1aae28bCopy full SHA for 1aae28b
scripts/release/pipeline_main.py
@@ -166,7 +166,7 @@ def main():
166
parser = argparse.ArgumentParser(description="Build container images.")
167
parser.add_argument("image", help="Image to build.") # Required
168
parser.add_argument("--parallel", action="store_true", help="Build images in parallel.")
169
- parser.add_argument("--debug", action="store_true", help="Enable debug logging.")
+ parser.add_argument("--sign", action="store_true", help="Sign images.")
170
parser.add_argument(
171
"--scenario",
172
choices=list(BuildScenario),
0 commit comments