Skip to content

Commit

Permalink
Merge pull request #686 from mjura/ci-v2.7
Browse files Browse the repository at this point in the history
[v2.7] ci: Fix repo value
  • Loading branch information
mjura authored Oct 9, 2024
2 parents 8fd7989 + 3d1bbfe commit 150a720
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 150a720

Please sign in to comment.