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 612263a commit afd8eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
helm:
strategy:
matrix:
version: ${{ fromJson(fromJson(needs.read.outputs.result).helm.versions) }}
version: ${{ fromJson(needs.read.outputs.result).helm.versions }}
runs-on: ubuntu-latest
needs: [read]
steps:
Expand Down

0 comments on commit afd8eef

Please sign in to comment.