File tree Expand file tree Collapse file tree 2 files changed +20
-4
lines changed
Expand file tree Collapse file tree 2 files changed +20
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 -->
You can’t perform that action at this time.
0 commit comments