Skip to content

Commit

Permalink
try to fix yq set value
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimprinzbach committed Nov 4, 2023
1 parent 9fc6c5f commit 149bc67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
git config user.email "[email protected]"
- name: Set image tag in Chart
run: |
yq e ".app.image.tag = \"${{github.ref_name}}\"" charts/gitops-nginx-demo/values.yaml
yq e -i ".app.image.tag = \"${{github.ref_name}}\"" charts/gitops-nginx-demo/values.yaml
- name: Create commit
id: create-commit
uses: stefanzweifel/git-auto-commit-action@v5
Expand Down

0 comments on commit 149bc67

Please sign in to comment.