cilium / cilium

eBPF-based Networking, Security, and Observability
https://cilium.io
Apache License 2.0
19.16k stars 2.78k forks source link

build-images: fetch artifacts with specific pattern #33216

Closed aanm closed 1 week ago

aanm commented 1 week ago

It seems that docker/build-push-action started to store artifacts on GitHub. This sort of affected the digests of the image build process as it timeout while trying to download these artifacts. To fix this issue we will only download the artifacts with the pattern "image-digest " which are the only artifacts relevant for the image digests.

Fixes: b86d5fc1aa64 ("chore(deps): update docker/build-push-action action to v6") Signed-off-by: André Martins andre@cilium.io

Tested in https://github.com/aanm/cilium/actions/runs/9553571774

aanm commented 1 week ago

/test