Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
woopii88 authored May 10, 2024
1 parent 1583abc commit 3a624ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
token: ${{ env.DEMO_HELM_GIT_TOKEN }}
- uses: fjogeleit/yaml-update-action@main
with:
valueFile: 'demo_app/values.yaml'
valueFile: 'demo-app/values.yaml'
propertyPath: 'image.tag'
value: ${{ github.sha }}
message: 'ci: Update image tag to ${{ github.sha }}'
Expand Down

0 comments on commit 3a624ed

Please sign in to comment.