From decbd10233a842a51347c2ec9b57cf05bf3e1bc1 Mon Sep 17 00:00:00 2001 From: sirily11 <32106111+sirily11@users.noreply.github.com> Date: Tue, 27 Jan 2026 12:08:38 +0800 Subject: [PATCH] fix: add image check --- .github/workflows/helm-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/helm-release.yml b/.github/workflows/helm-release.yml index 67c4662cb..51f8d64db 100644 --- a/.github/workflows/helm-release.yml +++ b/.github/workflows/helm-release.yml @@ -88,6 +88,7 @@ jobs: echo "Updating image repository to: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}" yq e '.image.registry = "${{ env.REGISTRY }}"' -i charts/clawdbot/values.yaml yq e '.image.repository = "${{ env.IMAGE_NAME }}"' -i charts/clawdbot/values.yaml + yq e '.image.tag = "${{ steps.version.outputs.version }}"' -i charts/clawdbot/values.yaml cat charts/clawdbot/values.yaml | head -20 - name: Package Helm chart