From 5f986edc405c7e29e847edb1d8c8f38c03257973 Mon Sep 17 00:00:00 2001 From: Screeching Bagel Date: Sun, 15 Dec 2024 00:18:20 +0100 Subject: [PATCH] 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 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a7e0fa0..4f6c64f 100644 --- a/README.md +++ b/README.md @@ -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`. @@ -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