mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-08 18:09:04 +00:00
Add feature to pass extra args when building image
If a user wants to pass few extra args to build command when building image, then he can pass using 'extra-args' input parameter. Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
75dab40354
commit
2b7e117c22
7 changed files with 24 additions and 9 deletions
4
.github/workflows/verify-build.yml
vendored
4
.github/workflows/verify-build.yml
vendored
|
@ -45,11 +45,11 @@ jobs:
|
|||
image: ${{ env.IMAGE_NAME }}
|
||||
# To avoid hardcoding a particular version of the binary.
|
||||
content: |
|
||||
./spring-petclinic/target/spring-petclinic-*.BUILD-SNAPSHOT.jar
|
||||
./spring-petclinic/target/spring-petclinic-*.jar
|
||||
entrypoint: |
|
||||
java
|
||||
-jar
|
||||
spring-petclinic-*.BUILD-SNAPSHOT.jar
|
||||
spring-petclinic-*.jar
|
||||
port: 8080
|
||||
|
||||
# Check if image is build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue