From 6ccf8a853e42e88b6e13ac648db80d1844bf42ee Mon Sep 17 00:00:00 2001 From: Dan Molik Date: Thu, 3 Oct 2024 14:30:37 -0400 Subject: [PATCH] bug: Set image to use in helm chart --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index ec7ca4f..1cbc2b6 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -69,4 +69,4 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Package and Upload Helm Chart - run: make helm-publish V=1 + run: make helm-publish V=1 IMG=ghcr.io/hyperspike/valkey-operator:${{ github.ref_name }}