Skip to content

Commit

Permalink
ci: correct field for tag update
Browse files Browse the repository at this point in the history
  • Loading branch information
tronghn committed Jan 7, 2025
1 parent d731ba2 commit 54cca26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- name: Update values.yaml
run: |
yq -i ".jwker.tag = \"${{ steps.build-push-sign.outputs.version }}\"" charts/values.yaml
yq -i ".tag = \"${{ steps.build-push-sign.outputs.version }}\"" charts/values.yaml
- uses: azure/setup-helm@v4
name: "Setup Helm"
Expand Down

0 comments on commit 54cca26

Please sign in to comment.