mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-08 01:44:04 +00:00
Remove out/, add badges
Signed-off-by: Tim Etchells <tetchell@redhat.com>
This commit is contained in:
parent
1196e988b8
commit
329be0a470
3 changed files with 7 additions and 218 deletions
12
README.md
12
README.md
|
@ -1,5 +1,9 @@
|
|||
# buildah-action
|
||||
|
||||
[](https://github.com/redhat-actions/buildah-action/tags)
|
||||
[](./LICENSE)
|
||||
[](./dist)
|
||||
|
||||
Buildah is a GitHub Action for building OCI-compatible (Docker- and Kubernetes-compatible) images quickly and easily.
|
||||
|
||||
Buildah action works only on Linux distributions, and it is not supported on Windows or Mac platforms at this time.
|
||||
|
@ -54,8 +58,8 @@ Note that GitHub's [Ubuntu Environments](https://github.com/actions/virtual-envi
|
|||
|
||||
## Examples
|
||||
|
||||
```
|
||||
name: CI
|
||||
```yaml
|
||||
name: Build Image
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
|
@ -78,7 +82,7 @@ jobs:
|
|||
content: |
|
||||
target/spring-petclinic-2.3.0.BUILD-SNAPSHOT.jar
|
||||
entrypoint: |
|
||||
java
|
||||
java
|
||||
-jar
|
||||
spring-petclinic-2.3.0.BUILD-SNAPSHOT.jar
|
||||
port: 8080
|
||||
|
@ -95,5 +99,3 @@ If you discover an issue please file a bug in [GitHub issues](https://github.com
|
|||
## License
|
||||
|
||||
MIT, See [LICENSE](https://github.com/redhat-actions/buildah/blob/main/LICENSE.md) for more information.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue