mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-25 22:05:51 +03:00
[PR #807] [MERGED] fix: use lowercase repository name for container image #776
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudflare_temp_email#776
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/dreamhunter2333/cloudflare_temp_email/pull/807
Author: @dreamhunter2333
Created: 1/11/2026
Status: ✅ Merged
Merged: 1/11/2026
Merged by: @dreamhunter2333
Base:
main← Head:feature/email📝 Commits (1)
ec0dbccfix: use lowercase repository name for container image📊 Changes
3 files changed (+7 additions, -2 deletions)
View changed files
📝
.github/workflows/smtp_proxy_server.yml(+5 -2)📝
CHANGELOG.md(+1 -0)📝
CHANGELOG_EN.md(+1 -0)📄 Description
User description
Summary
Changes
GITHUB_REPOSITORYto lowercase using bash parameter expansion${GITHUB_REPOSITORY,,}REPO_LOWERin image tags🤖 Generated with Claude Code
PR Type
Bug fix, Enhancement
Description
Fix GitHub Actions workflow to use lowercase repository names.
Add a step to convert
GITHUB_REPOSITORYto lowercase.Update Docker image tags to use the lowercase repository name.
Document the fix in both English and Chinese changelogs.
Changes walkthrough 📝
smtp_proxy_server.yml
Ensure lowercase repository names in Docker image tags.github/workflows/smtp_proxy_server.yml
GITHUB_REPOSITORYto lowercase.CHANGELOG.md
Document lowercase repository name fix in changelogCHANGELOG.md
CHANGELOG_EN.md
Document lowercase repository name fix in English changelogCHANGELOG_EN.md
English.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.