Skip to content

Commit

Permalink
ci: Fix repo value
Browse files Browse the repository at this point in the history
(cherry picked from commit 867132e)
  • Loading branch information
yiannistri authored and mjura committed Oct 9, 2024
1 parent 8fd7989 commit 3d1bbfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 3d1bbfe

Please sign in to comment.