Skip to content

feat: Update GitHub Actions to support all feature/* branches#17

Merged
docbobo merged 1 commit intomainfrom
feature/global-variables-refactoring
Aug 8, 2025
Merged

feat: Update GitHub Actions to support all feature/* branches#17
docbobo merged 1 commit intomainfrom
feature/global-variables-refactoring

Conversation

@docbobo
Copy link
Copy Markdown
Owner

@docbobo docbobo commented Aug 8, 2025

  • Update trigger pattern from specific branch to 'feature/*' wildcard
  • Add dynamic feature tag generation based on branch name
  • Replace hardcoded FEATURE_TAG with dynamic branch-based tagging
  • Update Docker metadata to include branch name in description
  • Enables automatic CI/CD for all feature branches

This allows developers to create any feature branch and automatically get Docker builds without manually updating the workflow file.

- Update trigger pattern from specific branch to 'feature/*' wildcard
- Add dynamic feature tag generation based on branch name
- Replace hardcoded FEATURE_TAG with dynamic branch-based tagging
- Update Docker metadata to include branch name in description
- Enables automatic CI/CD for all feature branches

This allows developers to create any feature branch and automatically
get Docker builds without manually updating the workflow file.
@docbobo docbobo merged commit d34e3cc into main Aug 8, 2025
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant