From a2e89ce711cf6adede4a02aad2a160e6fc8574a0 Mon Sep 17 00:00:00 2001 From: Rasheed Amir Date: Sun, 3 Dec 2023 19:33:52 +0100 Subject: [PATCH] fix gh action --- .github/workflows/push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index fbae8b7f..748f2666 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -66,7 +66,7 @@ jobs: sed -i "s/^version:.*/version: ${{ steps.generate_tag.outputs.new_tag }}/" deploy/Chart.yaml helm dependency update deploy/ helm package deploy/ - helm push stakater-nordmart-review-${{ steps.generate_tag.outputs.new_tag }}.tgz oci://ghcr.io/stakater-lab/charts + helm push stakater-nordmart-review-api-${{ steps.generate_tag.outputs.new_tag }}.tgz oci://ghcr.io/stakater-lab/charts - name: Push Latest Tag uses: anothrNick/github-tag-action@1.66.0