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 bb69037 commit d74825b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/image-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ jobs:
- uses: actions/checkout@v4

- run: |
echo "${{ fromJson(needs.read.outputs.result) }}"
echo "${{ fromJson(needs.read.outputs.result).helm.versions }}"
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 }}"
Expand Down

0 comments on commit d74825b

Please sign in to comment.