Code Cleanup

Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
divyansh42 2021-01-27 16:43:59 +05:30
parent 48975824e7
commit 557824d2d1
10 changed files with 12 additions and 50 deletions

View file

@ -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: |