feat: Update readme and build.yml
All checks were successful
Build and Push Docker Image / build (push) Successful in 12m22s

This commit is contained in:
Linloir 2024-10-09 21:32:19 +08:00
parent f52869f963
commit 4731b98f46
Signed by: Linloir
GPG Key ID: 20549A3E132D9E9A
2 changed files with 17 additions and 0 deletions

View File

@ -4,6 +4,8 @@ on:
push:
branches:
- main
tags:
- v*
jobs:
build:

15
readme.md Normal file
View File

@ -0,0 +1,15 @@
# Caddy builds
This repo contains different builds of Caddy
# 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
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 workflow builds the image and pushes it to the Docker Hub.