Skip to content

Commit

Permalink
readme: change file paths to match template
Browse files Browse the repository at this point in the history
the blue-build/template repo has these files ending in .yml not .yaml so probably should here as well
  • Loading branch information
TheScreechingBagel authored and gmpinder committed Dec 15, 2024
1 parent 4103184 commit 5f986ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

```bash
bluebuild build ./recipes/recipe.yaml
bluebuild build ./recipes/recipe.yml
```

This will template out the file and build with `buildah` or `podman`.
Expand Down Expand Up @@ -183,7 +183,7 @@ You can initiate an immediate restart by adding the `--reboot/-r` option.

##### 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
name: bluebuild
Expand Down

0 comments on commit 5f986ed

Please sign in to comment.