We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a4fc06 commit 7406fe3Copy full SHA for 7406fe3
.github/workflows/release-create.yml
@@ -52,8 +52,8 @@ jobs:
52
gitops-repo: "uug-ai/gitops"
53
gitops-file: "environments/staging/kerberos-hub/hub-pipeline-classifier.yaml"
54
gitops-pr-branch: "release-hub-pipeline-classifier-${{ github.event.inputs.tag || github.ref_name }}"
55
- gitops-key: "k.spec.template.spec.containers[0].image"
56
- 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 }}"
57
commit-email: "[email protected]"
58
commit-name: "GitOps - UUG.AI"
59
commit-message: "A new release for Kerberos Hub Pipeline Classifier - ${{ github.event.inputs.tag || github.ref_name }}"
0 commit comments