Linloir cc0469c72c
All checks were successful
Build and Push Docker Image / build (push) Successful in 7m52s
feat: update build script
2024-10-09 21:59:44 +08:00
2024-10-09 21:36:33 +08:00
2024-10-09 21:18:33 +08:00
2024-10-09 21:59:44 +08:00
2024-10-09 21:34:04 +08:00

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.

Description
No description provided
Readme 38 KiB
Languages
Dockerfile 69.2%
Shell 30.8%