mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-08 10:01:34 +00:00
add tag input
Signed-off-by: Luca Stocchi <lstocchi@redhat.com>
This commit is contained in:
parent
deaddbe502
commit
126e839197
5 changed files with 13 additions and 3 deletions
|
@ -27,6 +27,12 @@ Note that GitHub's [Ubuntu Environments](https://github.com/actions/virtual-envi
|
|||
<td>Name to give to the image that will be eventually created.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>tag</td>
|
||||
<td>No</td>
|
||||
<td>Tag to give to the image that will be eventually created (default: latest)</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>base-name</td>
|
||||
<td>No</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue