Skip to content

Commit

Permalink
build-images-release: Specify pattern when downloading image digests
Browse files Browse the repository at this point in the history
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
cilium/cilium#33216, more details can be found
there.

Signed-off-by: Ryan Drew <[email protected]>
  • Loading branch information
learnitall committed Jul 11, 2024
1 parent b5ba160 commit a10ceb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-images-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ jobs:
- name: Download digests of all images built
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
with:
pattern: "*image-digest *"
path: image-digest/

- name: Image Digests Output
Expand Down

0 comments on commit a10ceb2

Please sign in to comment.