Skip to content

Commit 8115d76

Browse files
authored
Refactor Docker image workflow for PRs, releases, and image scanning (#25)
1 parent ab5d307 commit 8115d76

3 files changed

Lines changed: 248 additions & 197 deletions

File tree

.github/release.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
changelog:
2+
categories:
3+
- title: 🎉 New features
4+
labels:
5+
- Feature
6+
- title: ⭐ Enhancements
7+
labels:
8+
- Enhancement
9+
- title: 🐞 Bug fixes
10+
labels:
11+
- Bug
12+
- title: 📝 Documentation
13+
labels:
14+
- Documentation
15+
- title: Other changes
16+
labels:
17+
- "*"

0 commit comments

Comments
 (0)