Skip to content

Commit 77d81e0

Browse files
committed
regenerate readme
1 parent fea0924 commit 77d81e0

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

README.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,31 @@ If you skip `from` tag then it would be populated as SHA of the current commit i
166166
167167
168168
169+
## Inputs
170+
<!-- markdownlint-disable -->
171+
| Name | Description | Default | Required |
172+
|------|-------------|---------|----------|
173+
| from | Source tag | N/A | false |
174+
| image\_name | Image name (excluding registry). Defaults to {{$organization/$repository}}. | | false |
175+
| login | Docker login | | false |
176+
| organization | Organization | N/A | true |
177+
| password | Docker password | | false |
178+
| promote-retry-max-attempts | Promote retry max attempts | 3 | false |
179+
| promote-retry-timeout-seconds | Promote retry timeout seconds | 15 | false |
180+
| registry | Docker registry | N/A | true |
181+
| repository | Repository | N/A | true |
182+
| to | Target tags | N/A | false |
183+
| use\_metadata | Extract target tags from Git reference and GitHub events | true | false |
184+
<!-- markdownlint-restore -->
169185
170186
187+
## Outputs
188+
<!-- markdownlint-disable -->
189+
| Name | Description |
190+
|------|-------------|
191+
| image | Docker image name |
192+
| tag | Docker image tag |
193+
<!-- markdownlint-restore -->
171194
172195
173196
@@ -213,7 +236,10 @@ In general, PRs are welcome. We follow the typical "fork-and-pull" Git workflow.
213236
5. **Push** your work back up to your fork
214237
6. Submit a **Pull Request** so that we can review your changes
215238
216-
**NOTE:** Be sure to merge the latest changes from "upstream" before making a pull request!## Running Terraform Tests
239+
**NOTE:** Be sure to merge the latest changes from "upstream" before making a pull request!
240+
241+
242+
## Running Terraform Tests
217243
218244
We use [Atmos](https://atmos.tools) to streamline how Terraform tests are run. It centralizes configuration and wraps common test workflows with easy-to-use commands.
219245

0 commit comments

Comments
 (0)