0

I am working on a project where I am creating multi stage docker builds, that compile C++ code, as part of build stages, using buildx and build-push, for amd64, arm64, arm7, etc. on Debian.

I would also like to publish the compiled binaries to GitHub releases for the various platforms, along with publishing the final docker image that also contains the compiled code.

I am aware of methods to e.g. cat / pipe data out of a container.

What I'd like to know is if there is a standard GitHub actions integrated way to publish content compiled in docker containers to GitHub, or if I need to manually copy the content from the containers after building them?

JustAG33K
  • 776
  • 5
  • 17
PieterV
  • 415
  • 1
  • 3
  • 14

0 Answers0