cilium / hubble

Hubble - Network, Service & Security Observability for Kubernetes using eBPF
Apache License 2.0
3.56k stars 253 forks source link

build-images-release: Specify pattern when downloading image digests #1548

Closed learnitall closed 4 months ago

learnitall commented 4 months ago

This commit introduces a fix for the "Display Digests" job of the image build workflow. The job fails when trying to download image digest artifacts, which is caused by a recent change made to the docker/build-push-action that adjusted the way artifacts were stored. The fix is based off of https://github.com/cilium/cilium/pull/33216, more details can be found there.