Skip to content

Commit 37ee21f

Browse files
Update README.md and docs (#6)
Co-authored-by: goruha <[email protected]>
1 parent c7b9502 commit 37ee21f

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,17 +96,25 @@ Feel free to use it as reference and starting point.
9696
9797
9898
<!-- markdownlint-disable -->
99+
99100
## Inputs
100101
101102
| Name | Description | Default | Required |
102103
|------|-------------|---------|----------|
103-
| param1 | Input parameter placeholder | true | true |
104+
| login | Docker login | | false |
105+
| organization | Organization | N/A | true |
106+
| password | Docker password | | false |
107+
| registry | Docker registry | N/A | true |
108+
| repository | Repository | N/A | true |
109+
| tag | Tag | N/A | true |
110+
104111
105112
## Outputs
106113
107114
| Name | Description |
108115
|------|-------------|
109-
| result1 | Output result placeholder |
116+
| image | Docker image name |
117+
| tag | Docker image tag |
110118
<!-- markdownlint-restore -->
111119
112120

docs/github-action.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
11
<!-- markdownlint-disable -->
2+
23
## Inputs
34

45
| Name | Description | Default | Required |
56
|------|-------------|---------|----------|
6-
| param1 | Input parameter placeholder | true | true |
7+
| login | Docker login | | false |
8+
| organization | Organization | N/A | true |
9+
| password | Docker password | | false |
10+
| registry | Docker registry | N/A | true |
11+
| repository | Repository | N/A | true |
12+
| tag | Tag | N/A | true |
13+
714

815
## Outputs
916

1017
| Name | Description |
1118
|------|-------------|
12-
| result1 | Output result placeholder |
19+
| image | Docker image name |
20+
| tag | Docker image tag |
1321
<!-- markdownlint-restore -->

0 commit comments

Comments
 (0)