Skip to content

Commit

Permalink
Update release-create.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve committed Jan 9, 2025
1 parent 8a4fc06 commit 7406fe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
gitops-repo: "uug-ai/gitops"
gitops-file: "environments/staging/kerberos-hub/hub-pipeline-classifier.yaml"
gitops-pr-branch: "release-hub-pipeline-classifier-${{ github.event.inputs.tag || github.ref_name }}"
gitops-key: "k.spec.template.spec.containers[0].image"
gitops-value: "${{ github.event.inputs.tag || github.ref_name }}"
gitops-key: ".spec.template.spec.containers[0].image"
gitops-value: "uugai/hub-pipeline-classifier:${{ github.event.inputs.tag || github.ref_name }}"
commit-email: "[email protected]"
commit-name: "GitOps - UUG.AI"
commit-message: "A new release for Kerberos Hub Pipeline Classifier - ${{ github.event.inputs.tag || github.ref_name }}"

0 comments on commit 7406fe3

Please sign in to comment.