diff --git a/readme.md b/readme.md index d02bf00..4b5e047 100644 --- a/readme.md +++ b/readme.md @@ -2,13 +2,13 @@ This repo contains different builds of Caddy -# Structure +## Structure For each folder under `builds` there is a different build of Caddy. The folder name is the name of the build. Dockerfile defines the image build process for each build. -# CI/CD +## CI/CD The CI/CD is done using Github Actions. The workflow is defined in `.gitea/workflows/build.yml`. The workflow is triggered on push with any tags that start with `v`.