Skip to content

Commit 943ce10

Browse files
authored
Update README.md and docs
1 parent 51728c1 commit 943ce10

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,18 @@ Build Docker image and push it.
9595

9696
| Name | Description | Default | Required |
9797
|------|-------------|---------|----------|
98+
| allow | List of extra privileged entitlement (e.g., network.host,security.insecure) | N/A | false |
9899
| build-args | List of build-time variables | N/A | false |
100+
| buildkitd-flags | BuildKit daemon flags | --allow-insecure-entitlement security.insecure --allow-insecure-entitlement network.host | false |
99101
| cache-from | List of external cache sources for buildx (e.g., user/app:cache, type=local,src=path/to/dir) | type=gha | false |
100102
| cache-to | List of cache export destinations for buildx (e.g., user/app:cache, type=local,dest=path/to/dir) | type=gha,mode=max | false |
103+
| debug | Enable debug mode | false | false |
101104
| docker-metadata-pr-head-sha | Set to `true` to tag images with the PR HEAD SHA instead of the merge commit SHA within pull requests. | false | false |
105+
| driver-opts | List of additional driver-specific options. (eg. image=moby/buildkit:master) | N/A | false |
102106
| file | Dockerfile name | Dockerfile | false |
103107
| image\_name | Image name (excluding registry). Defaults to {{$organization/$repository}}. | | false |
104108
| login | Docker login | | false |
109+
| network | Set the networking mode for the RUN instructions during build | N/A | false |
105110
| no-cache | Send the --no-cache flag to the docker build process | false | false |
106111
| organization | Organization | N/A | true |
107112
| password | Docker password | | false |

docs/github-action.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,18 @@
44

55
| Name | Description | Default | Required |
66
|------|-------------|---------|----------|
7+
| allow | List of extra privileged entitlement (e.g., network.host,security.insecure) | N/A | false |
78
| build-args | List of build-time variables | N/A | false |
9+
| buildkitd-flags | BuildKit daemon flags | --allow-insecure-entitlement security.insecure --allow-insecure-entitlement network.host | false |
810
| cache-from | List of external cache sources for buildx (e.g., user/app:cache, type=local,src=path/to/dir) | type=gha | false |
911
| cache-to | List of cache export destinations for buildx (e.g., user/app:cache, type=local,dest=path/to/dir) | type=gha,mode=max | false |
12+
| debug | Enable debug mode | false | false |
1013
| docker-metadata-pr-head-sha | Set to `true` to tag images with the PR HEAD SHA instead of the merge commit SHA within pull requests. | false | false |
14+
| driver-opts | List of additional driver-specific options. (eg. image=moby/buildkit:master) | N/A | false |
1115
| file | Dockerfile name | Dockerfile | false |
1216
| image\_name | Image name (excluding registry). Defaults to {{$organization/$repository}}. | | false |
1317
| login | Docker login | | false |
18+
| network | Set the networking mode for the RUN instructions during build | N/A | false |
1419
| no-cache | Send the --no-cache flag to the docker build process | false | false |
1520
| organization | Organization | N/A | true |
1621
| password | Docker password | | false |

0 commit comments

Comments
 (0)