We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a337319 commit 42b1a8eCopy full SHA for 42b1a8e
.github/workflows/release-push-image.yaml
@@ -143,7 +143,7 @@ jobs:
143
uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v4.2.0
144
145
- name: Use yq to update image tag
146
- uses: mikefarah/yq-action@35f5ee3ef7d47ba98e50d8a07bc0d6d124e0517e # Reference by hash
+ uses: mikefarah/yq@f15500b20a1c991c8729870ba60a4dc3524b6a94 # v4.44.2
147
with:
148
cmd: "yq eval '.image.tag = strenv(TAG)' -i charts/hedera-block-node/values.yaml"
149
env:
0 commit comments