feat: Obeying the md lint
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled

This commit is contained in:
Linloir 2024-10-09 21:34:04 +08:00
parent 4731b98f46
commit 22eef9a8a7
Signed by: Linloir
GPG Key ID: 20549A3E132D9E9A

View File

@ -2,13 +2,13 @@
This repo contains different builds of Caddy 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. 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. 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`. 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`.