Skip to content

Commit de95c4b

Browse files
Update content/manuals/build/builders/drivers/docker-container.md
Co-authored-by: CrazyMax <[email protected]>
1 parent 7bf3169 commit de95c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/manuals/build/builders/drivers/docker-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ pass to `--driver-opt`:
4949
| `cgroup-parent` | String | `/docker/buildx` | Sets the cgroup parent of the container if Docker is using the "cgroupfs" driver. |
5050
| `restart-policy` | String | `unless-stopped` | Sets the container's [restart policy](/manuals/engine/containers/start-containers-automatically.md#use-a-restart-policy). |
5151
| `env.<key>` | String | | Sets the environment variable `key` to the specified `value` in the container. |
52-
| `provenance-add-gha` | Boolean | `false` | If `true`, don't automatically injects GitHub Action event metadata into the builder for provenance. |
52+
| `provenance-add-gha` | Boolean | `true` | Automatically writes GitHub Actions context into the builder for provenance. |
5353

5454
Before you configure the resource limits for the container,
5555
read about [configuring runtime resource constraints for containers](/engine/containers/resource_constraints/).

0 commit comments

Comments
 (0)