mirror of
https://github.com/CaddyBuilds/caddy-cloudflare.git
synced 2026-04-26 12:35:55 +03:00
[PR #8] [MERGED] ci: Handle unavailable Caddy versions and update version checking #15
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#15
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/8
Author: @vkartk
Created: 5/30/2024
Status: ✅ Merged
Merged: 5/30/2024
Merged by: @vkartk
Base:
main← Head:fix-version-handling📝 Commits (1)
b0714e2ci: Handle unavailable Caddy versions and update version checking📊 Changes
2 files changed (+35 additions, -13 deletions)
View changed files
📝
.github/workflows/build-docker-image-alpine.yml(+20 -9)📝
.github/workflows/build-docker-image-standard.yml(+15 -4)📄 Description
Added checks for Caddy version availability before building. Ensure the correct Caddy version is used during builds by reading from version.json. Handle cases where the version payload is empty.
Closes #7
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.