You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by Rishi Misra <ri...@gmail.com> on 2020/04/21 20:52:07 UTC

Which process publishes camel-k releases to Github and camel-k images to Dockerhub?

Hi there,

I am trying to figure out how does binary build such as
camel-k-client-1.0.0-RC2-linux-64bit.tar.gz gets published to
https://github.com/apache/camel-k/releases/download/?

I assume it gets published via Travis job but I can't seem to find the
workflow that produces these binary and publishes to Github.

I can see `make cross-compile` actually produces these .gz files but do not
see how they get built and published to Github.

I have same question on https://hub.docker.com/r/apache/camel-k docker
image.

Thanks for any pointers.