Skip to content

Commit b914647

Browse files
cloudpossebotgoruhakorenyoni
authored
Update README.md and docs (#63)
Co-authored-by: goruha <[email protected]> Co-authored-by: korenyoni <[email protected]>
1 parent ebc5e80 commit b914647

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/github-action.md

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

55
| Name | Description | Default | Required |
66
|------|-------------|---------|----------|
7+
| allow | List of extra privileged entitlement (e.g., network.host,security.insecure) | N/A | false |
8+
| binfmt-image | Binfmt image | public.ecr.aws/eks-distro-build-tooling/binfmt-misc:qemu-v7.0.0 | false |
79
| build-args | List of build-time variables | N/A | false |
10+
| build-contexts | List of additional build contexts (e.g., name=path) | N/A | false |
11+
| buildkitd-flags | BuildKit daemon flags | --allow-insecure-entitlement security.insecure --allow-insecure-entitlement network.host | false |
812
| cache-from | List of external cache sources for buildx (e.g., user/app:cache, type=local,src=path/to/dir) | type=gha | false |
913
| 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 |
14+
| debug | Enable debug mode | false | false |
1015
| 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 |
16+
| driver-opts | List of additional driver-specific options. (eg. image=moby/buildkit:master) | image=public.ecr.aws/vend/moby/buildkit:buildx-stable-1 | false |
1117
| file | Dockerfile name | Dockerfile | false |
1218
| image\_name | Image name (excluding registry). Defaults to {{$organization/$repository}}. | | false |
1319
| login | Docker login | | false |
20+
| network | Set the networking mode for the RUN instructions during build | N/A | false |
1421
| no-cache | Send the --no-cache flag to the docker build process | false | false |
1522
| organization | Organization | N/A | true |
1623
| password | Docker password | | false |

0 commit comments

Comments
 (0)