From 7406fe31b5741a38907e2cc16a1fb852fbd1aa7b Mon Sep 17 00:00:00 2001 From: Cedric Verstraeten Date: Thu, 9 Jan 2025 20:39:24 +0100 Subject: [PATCH] Update release-create.yml --- .github/workflows/release-create.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-create.yml b/.github/workflows/release-create.yml index ba01898..88a974f 100644 --- a/.github/workflows/release-create.yml +++ b/.github/workflows/release-create.yml @@ -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: "gitops@uug.ai" commit-name: "GitOps - UUG.AI" commit-message: "A new release for Kerberos Hub Pipeline Classifier - ${{ github.event.inputs.tag || github.ref_name }}"