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 eda16a4 commit 3fef5f4
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 @@ -157,7 +157,7 @@ jobs:
- name: join version arrays
id: join
run: |
echo ${{ steps.read.outputs.result.versions.helm }}
echo ${{ toJson(fromJson(steps.read.outputs.result).versions.helm) }}
#versions=$(jq -s 'add' <<< '${helm} ${kubectl} ${istioctl} ${lego}')
#echo "versions=${versions}" >> $GITHUB_OUTPUT
outputs:
Expand Down

0 comments on commit 3fef5f4

Please sign in to comment.