From 3d1bbfe2cf473e1c9a3ba7456763d9b49794ff4e Mon Sep 17 00:00:00 2001 From: yiannistri <8741709+yiannistri@users.noreply.github.com> Date: Fri, 5 Jul 2024 11:29:09 +0100 Subject: [PATCH] ci: Fix repo value (cherry picked from commit 867132e9b971c2ffca0785257781310ffea88927) --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 62a03808..37f4c04c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -70,6 +70,7 @@ jobs: - name: Upload charts to release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # required for updating GH release + REPO: rancher/aks-operator # Docker repository to reference in `values.yaml` of the Helm chart release TAG: ${{ github.ref_name }} # image tag to be referenced in `values.yaml` of the Helm chart release run: | version=$(echo '${{ steps.goreleaser.outputs.metadata }}' | jq -r '.version')