Skip to content

Commit

Permalink
Use manifests-file instead of manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
mkjpryor committed Jan 5, 2024
1 parent eef0997 commit 2de22c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-images-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- uses: stackhpc/github-actions/k8s-extract-images@feature/k8s-extract-images
id: extract-images
with:
manifests: ${{ steps.helm-template.outputs.manifests }}
manifests-file: ${{ steps.helm-template.outputs.manifests-file }}

- run: 'echo "$IMAGES"'
env:
Expand Down

0 comments on commit 2de22c0

Please sign in to comment.