mirror of
https://github.com/CaddyBuilds/caddy-cloudflare.git
synced 2026-04-26 12:35:55 +03:00
[PR #6] [MERGED] ci: Split build workflows for standard and Alpine images, handle empty version #14
Labels
No labels
documentation
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/caddy-cloudflare#14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/CaddyBuilds/caddy-cloudflare/pull/6
Author: @vkartk
Created: 5/27/2024
Status: ✅ Merged
Merged: 5/27/2024
Merged by: @vkartk
Base:
main← Head:split-build📝 Commits (1)
8c5547bci: Split build workflows for standard and Alpine images, handle empty version📊 Changes
3 files changed (+119 additions, -41 deletions)
View changed files
📝
.github/workflows/build-docker-image-alpine.yml(+25 -24)➕
.github/workflows/build-docker-image-standard.yml(+77 -0)📝
README.md(+17 -17)📄 Description
This pull request splits the build workflows into separate workflows for standard and Alpine-based Docker images. It also includes handling for cases where the version payload is empty by reading the version from
version.json.Changes:
build-docker-image-standard.ymlworkflow for standard builds.build-docker-image-alpine.ymlworkflow for Alpine builds.caddy-cloudflare-alpineimages.caddy-cloudflareandcaddy-cloudflare-alpinevariants.version.json.Benefits:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.