readme: change file paths to match template
the blue-build/template repo has these files ending in .yml not .yaml so probably should here as well
This commit is contained in:
parent
41031848df
commit
5f986edc40
1 changed files with 2 additions and 2 deletions
|
|
@ -118,7 +118,7 @@ You can then use this with `podman` or `buildah` to build and publish your image
|
||||||
If you don't care about the details of the template, you can run the `build` command.
|
If you don't care about the details of the template, you can run the `build` command.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
bluebuild build ./recipes/recipe.yaml
|
bluebuild build ./recipes/recipe.yml
|
||||||
```
|
```
|
||||||
|
|
||||||
This will template out the file and build with `buildah` or `podman`.
|
This will template out the file and build with `buildah` or `podman`.
|
||||||
|
|
@ -183,7 +183,7 @@ You can initiate an immediate restart by adding the `--reboot/-r` option.
|
||||||
|
|
||||||
##### GitHub
|
##### GitHub
|
||||||
|
|
||||||
You can use our [GitHub Action](https://github.com/blue-build/github-action) by using the following `.github/workflows/build.yaml`:
|
You can use our [GitHub Action](https://github.com/blue-build/github-action) by using the following `.github/workflows/build.yml`:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
name: bluebuild
|
name: bluebuild
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue