#3415·caldera

No automatic docker container on new release

Author: 0xd6cb6d73Created Sep 1, 2026Updated Sep 1, 2026
Labelsfeature

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
  • Other

If you have code or pseudo-code please provide: N/A

  • 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.