diff --git a/README.md b/README.md index 8146e74..5237fc0 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,12 @@ This repository contains several reusable GitHub Actions workflows. Below is an overview and links to detailed documentation for each workflow. +> :warning: To avoid unexpected breaking changes, it is recommended that you pin to a specific version of this repo using either a git tag or a commit hash and not to use `main`. This practice will help ensure the stability of your workflows. + ## Workflows 1. [Terraform Code Check](docs/terraform-code-check.md) 2. [Terraform Plan Apply](docs/terraform-plan-apply.md) 3. [Terraform Destroy](docs/terraform-destroy.md) -4. [Terraform Core](docs/terraform-core.md) \ No newline at end of file +4. [Terraform Core](docs/terraform-core.md) +5. [Container Image Build](docs/container-image-build.md) \ No newline at end of file