Skip to content

Commit

Permalink
fix yaml path
Browse files Browse the repository at this point in the history
  • Loading branch information
K4ST0R committed Apr 29, 2024
1 parent 0394080 commit 77aa689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: yq - portable yaml processor
uses: mikefarah/[email protected]
- name: Set image name
run: echo "IMAGE_NAME=$(yq '.shiny.image.repository' values.yaml)" >> $GITHUB_ENV
run: echo "IMAGE_NAME=$(yq '.shiny.image.repository' ./charts/values.yaml)" >> $GITHUB_ENV
- name: Image name
run: |
echo ${{ env.IMAGE_NAME }}
Expand Down

0 comments on commit 77aa689

Please sign in to comment.