Skip to content

Commit

Permalink
Add gha
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew DeVenny <[email protected]>
  • Loading branch information
matthewdevenny committed Oct 2, 2024
1 parent d74825b commit 180fa85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/image-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ jobs:

- run: |
echo "${{ needs.read.outputs.result }}"
echo "${{ fromJson(needs.read.outputs.result).helm }}"
echo "${{ fromJson(needs.read.outputs.result).helm.checksum }}"
echo "${{ fromJson(needs.read.outputs.result).helm.digest }}"
echo "${{ fromJson(needs.read.outputs.result).versions.helm }}"
echo "${{ fromJson(needs.read.outputs.result).checksum.helm }}"
echo "${{ fromJson(needs.read.outputs.result).digest.helm }}"
# checksum-image:
# strategy:
Expand Down

0 comments on commit 180fa85

Please sign in to comment.