mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-08 10:01:34 +00:00
Code Cleanup
Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
48975824e7
commit
557824d2d1
10 changed files with 12 additions and 50 deletions
|
@ -42,7 +42,7 @@ After building your image, use [push-to-registry](https://github.com/redhat-acti
|
|||
<tr>
|
||||
<td>base-image</td>
|
||||
<td>No</td>
|
||||
<td>The base image to use to create the initial container. If not specified, the action will try to pick one automatically. (N.B: At this time the action is only able to auto select Java base image)</td>
|
||||
<td>The base image to use to create the initial container.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
@ -153,6 +153,7 @@ jobs:
|
|||
with:
|
||||
image: my-new-image
|
||||
tags: v1
|
||||
base-image: some_image
|
||||
dockerfiles: |
|
||||
./Dockerfile
|
||||
build-args: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue