mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-08 10:01:34 +00:00
Resolve reviews
Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
59a4ac804a
commit
3f302df68a
1 changed files with 2 additions and 3 deletions
|
@ -34,7 +34,7 @@ After building your image, use [push-to-registry](https://github.com/redhat-acti
|
||||||
<td>tags</td>
|
<td>tags</td>
|
||||||
<td>No</td>
|
<td>No</td>
|
||||||
<td>
|
<td>
|
||||||
The tags of the image to build. For multiple tags, seperate by a space. For example, <code>latest ${{ github.sha }}</code>.<br>
|
The tags of the image to build. For multiple tags, separate by a space. For example, <code>latest ${{ github.sha }}</code>.<br>
|
||||||
Default: <code>latest</code>
|
Default: <code>latest</code>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -152,8 +152,7 @@ jobs:
|
||||||
uses: redhat-actions/buildah-build@v1
|
uses: redhat-actions/buildah-build@v1
|
||||||
with:
|
with:
|
||||||
image: my-new-image
|
image: my-new-image
|
||||||
tags: v1
|
tags: v1 ${{ github.sha }}
|
||||||
base-image: some_image
|
|
||||||
dockerfiles: |
|
dockerfiles: |
|
||||||
./Dockerfile
|
./Dockerfile
|
||||||
build-args: |
|
build-args: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue