No automatic docker container on new release
- Dominant language
- Python
- Stars
- 7.3k
- Forks
- 1.4k
- Avg merge
- 33m
- Merged PRs (30d)
- 3
Description
**What problem are you trying to solve? Please describe.**
There is a docker publishing workflow but it doesn't automatically run and publish on new releases. As a result, the latest image in the registry is not up to date with the latest release.
**The ideal solution: What should the feature do?**
Improve the docker workflow so it automatically runs on tag pushes and publishes an appropriately-named container.
**What category of feature is this?**
- [ ] UI/UX
- [ ] API
- [x] Other
**If you have code or pseudo-code please provide:**
N/A
- [x] Willing to submit a pull request to implement this feature?
**Additional context**
I have submitted a PR to implement this feature: https://github.com/apache/caldera/pull/3416.
Contributor guide
Research direction
Start with the existing Docker publishing workflow and inspect its current triggers and image naming. Update it so tag pushes run the workflow and publish the appropriately named container, then verify the workflow configuration and release-trigger behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, github-actions
- Domain
- ci-cd, devops, release
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 25/100