open-telemetry / opentelemetry-network

eBPF Collector
https://opentelemetry.io
Apache License 2.0
297 stars 47 forks source link

Fix build-and-release action: pull build environment #244

Closed yonch closed 12 months ago

yonch commented 12 months ago

Description: Fixed the build-and-release action, used to release containers and packages.

There was a missing docker pull for the build image.

Testing: Performed a dry-run of the build-and-release action. It was successful.

This did not test the docker push component (since it was a dry run), but that part should not be affected. Ideally will have a review before a non-dry run.