Skip to content

Commit 4bf4c9a

Browse files
Update README.md and docs (#36)
Co-authored-by: goruha <[email protected]>
1 parent c4633c5 commit 4bf4c9a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,11 @@ Build Docker image and push it.
117117
| organization | Organization | N/A | true |
118118
| password | Docker password | | false |
119119
| platforms | List of target platforms for build (e.g. linux/amd64,linux/arm64,linux/riscv64,linux/ppc64le,linux/s390x,etc) | linux/amd64 | false |
120+
| provenance | Generate provenance attestation for the build | N/A | false |
120121
| registry | Docker registry | N/A | true |
121122
| repository | Repository | N/A | true |
123+
| secret-files | List of secret files to expose to the build (e.g., key=filename, MY\_SECRET=./secret.txt) | N/A | false |
124+
| secrets | List of secrets to expose to the build (e.g., key=string, GIT\_AUTH\_TOKEN=mytoken) | N/A | false |
122125
| ssh | List of SSH agent socket or keys to expose to the build | N/A | false |
123126
| tags | List of tags (supports https://github.com/docker/metadata-action#tags-input) | N/A | false |
124127
| target | Sets the target stage to build | | false |

docs/github-action.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,11 @@
1313
| organization | Organization | N/A | true |
1414
| password | Docker password | | false |
1515
| platforms | List of target platforms for build (e.g. linux/amd64,linux/arm64,linux/riscv64,linux/ppc64le,linux/s390x,etc) | linux/amd64 | false |
16+
| provenance | Generate provenance attestation for the build | N/A | false |
1617
| registry | Docker registry | N/A | true |
1718
| repository | Repository | N/A | true |
19+
| secret-files | List of secret files to expose to the build (e.g., key=filename, MY\_SECRET=./secret.txt) | N/A | false |
20+
| secrets | List of secrets to expose to the build (e.g., key=string, GIT\_AUTH\_TOKEN=mytoken) | N/A | false |
1821
| ssh | List of SSH agent socket or keys to expose to the build | N/A | false |
1922
| tags | List of tags (supports https://github.com/docker/metadata-action#tags-input) | N/A | false |
2023
| target | Sets the target stage to build | | false |

0 commit comments

Comments
 (0)