coolify/.github
Andras Bacsai c009c97eb1 fix(ci): sanitize branch names for Docker tag compatibility
The staging build workflow was failing because branch names containing
slashes (e.g., andrasbacsai/hetzner-cloud-init) were being used directly
as Docker tags, which is invalid.

This commit adds a sanitization step to replace slashes with dashes,
converting branch names like "andrasbacsai/hetzner-cloud-init" to
"andrasbacsai-hetzner-cloud-init" for use as Docker tags.

Changes:
- Add sanitize step to amd64 job
- Add sanitize step to aarch64 job
- Add sanitize step to merge-manifest job
- Replace all ${{ github.ref_name }} with ${{ steps.sanitize.outputs.tag }}

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-10 19:46:27 +02:00
..
ISSUE_TEMPLATE ordered the issue templates 2024-09-25 13:28:33 +02:00
workflows fix(ci): sanitize branch names for Docker tag compatibility 2025-10-10 19:46:27 +02:00
FUNDING.yaml Create FUNDING.yaml 2023-06-27 14:17:36 +02:00
pull_request_template.md Update pull_request_template.md 2024-09-23 10:27:48 +02:00