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 1f37241 commit f623a97
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).versions.helm) }}
version: ${{ fromJson(needs.read.outputs.result).versions.helm }}
runs-on: ubuntu-latest
needs: [read]
steps:
Expand Down

0 comments on commit f623a97

Please sign in to comment.