Skip to content

Commit 8fefb0f

Browse files
committed
ci: fix tag update
1 parent 83297bc commit 8fefb0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Update tag in values.yaml
4646
run: |
4747
pip install yq
48-
yq e -i '.image.tag = "${{ steps.push.outputs.digest }}"' values.yaml
48+
yq --in-place '.image.tag = "${{ steps.push.outputs.digest }}"' -y values.yaml
4949
5050
git config --global user.name "github-actions[bot]"
5151
git config --global user.email "username@users.noreply.github.com"

0 commit comments

Comments
 (0)