Skip to content

Commit

Permalink
Merge pull request #580 from yiannistri/fix-repo-v2.8
Browse files Browse the repository at this point in the history
ci: Fix repo value
  • Loading branch information
mjura authored Jul 5, 2024
2 parents cf198f7 + 867132e commit 9e1b053
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 @@ -64,6 +64,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 9e1b053

Please sign in to comment.