Run make validatepr

Signed-off-by: givensuman <givensuman@duck.com>
This commit is contained in:
givensuman
2025-10-09 09:29:34 -04:00
parent c0a09e7f10
commit b4d81c0338

View File

@@ -1753,8 +1753,8 @@ This is equivalent to the `--authfile` option of `podman build`.
### `BuildArg=` ### `BuildArg=`
Specifies a build argument and its value in the same way environment variables are Specifies a build argument and its value in the same way environment variables are
(e.g., env=*value*), but it is not added to the environment variable list in the (e.g., env=*value*), but it is not added to the environment variable list in the
resulting image's configuration. Can be listed multiple times. resulting image's configuration. Can be listed multiple times.
This is equivalent to the `--build-arg` option of `podman build`. This is equivalent to the `--build-arg` option of `podman build`.