We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83297bc commit 8fefb0fCopy full SHA for 8fefb0f
.github/workflows/package.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Update tag in values.yaml
46
run: |
47
pip install yq
48
- yq e -i '.image.tag = "${{ steps.push.outputs.digest }}"' values.yaml
+ yq --in-place '.image.tag = "${{ steps.push.outputs.digest }}"' -y values.yaml
49
50
git config --global user.name "github-actions[bot]"
51
git config --global user.email "username@users.noreply.github.com"
0 commit comments