Skip to content

Commit cffefd0

Browse files
committed
Update create-release.yml
1 parent 91f313d commit cffefd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
gitops-file: "environments/staging/doc.kerberos.io/deployment.yaml"
4848
gitops-pr-branch: "release-kerberos-documentation-${{ github.event.inputs.tag || github.ref_name }}"
4949
gitops-key: ".spec.template.spec.containers[0].image"
50-
gitops-value: "uugai/kerberos-documentation:${{ github.event.inputs.tag || github.ref_name }}"
50+
gitops-value: "core.harbor.uug.ai/images/uugai/kerberos-documentation:${{ github.event.inputs.tag || github.ref_name }}"
5151
commit-email: "gitops@uug.ai"
5252
commit-name: "GitOps - UUG.AI"
5353
commit-message: "A new release for Kerberos documentation - ${{ github.event.inputs.tag || github.ref_name }}"

0 commit comments

Comments
 (0)