mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-08 18:09:04 +00:00
Fix issue of workDir not being used in the code
Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
52712f56b0
commit
5130791711
5 changed files with 8 additions and 4 deletions
|
@ -43,7 +43,6 @@ After building your image, use [push-to-registry](https://github.com/redhat-acti
|
|||
| archs | Architecture(s) to build the image(s) for. For multiple architectures, separate by a comma. Refer to [Multi arch builds](#multi-arch-builds) to setup the `qemu-user-static` dependency. | `amd64`
|
||||
| base-image | The base image to use for the container. | **Must be provided**
|
||||
| content | Paths to files or directories to copy inside the container to create the file image. This is a multiline input to allow you to copy multiple files/directories.| None
|
||||
| context | Path to directory to use as the build context. | `.`
|
||||
| entrypoint | The entry point to set for the container. This is a multiline input; split arguments across lines. | None
|
||||
| envs | The environment variables to be set when running the container. This is a multiline input to add multiple environment variables. | None
|
||||
| image | Name to give to the output image. | **Must be provided**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue