Skip to content

Commit 7406fe3

Browse files
committed
Update release-create.yml
1 parent 8a4fc06 commit 7406fe3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-create.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
gitops-repo: "uug-ai/gitops"
5353
gitops-file: "environments/staging/kerberos-hub/hub-pipeline-classifier.yaml"
5454
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 }}"
55+
gitops-key: ".spec.template.spec.containers[0].image"
56+
gitops-value: "uugai/hub-pipeline-classifier:${{ github.event.inputs.tag || github.ref_name }}"
5757
commit-email: "[email protected]"
5858
commit-name: "GitOps - UUG.AI"
5959
commit-message: "A new release for Kerberos Hub Pipeline Classifier - ${{ github.event.inputs.tag || github.ref_name }}"

0 commit comments

Comments
 (0)