Skip to content

Commit

Permalink
gh/workflows: Fix display img digest step
Browse files Browse the repository at this point in the history
See cilium/cilium#33216.

Signed-off-by: Martynas Pumputis <[email protected]>
  • Loading branch information
brb authored and aanm committed Jun 20, 2024
1 parent 52eed89 commit c6de649
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/image-prs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ jobs:
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
with:
path: image-digest/
pattern: "*image-digest *"

- name: Image Digests Output
shell: bash
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/image-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
with:
path: image-digest/
pattern: "*image-digest *"

- name: Image Digests Output
shell: bash
Expand Down

0 comments on commit c6de649

Please sign in to comment.