We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91f313d commit cffefd0Copy full SHA for cffefd0
.github/workflows/create-release.yml
@@ -47,7 +47,7 @@ jobs:
47
gitops-file: "environments/staging/doc.kerberos.io/deployment.yaml"
48
gitops-pr-branch: "release-kerberos-documentation-${{ github.event.inputs.tag || github.ref_name }}"
49
gitops-key: ".spec.template.spec.containers[0].image"
50
- gitops-value: "uugai/kerberos-documentation:${{ github.event.inputs.tag || github.ref_name }}"
+ gitops-value: "core.harbor.uug.ai/images/uugai/kerberos-documentation:${{ github.event.inputs.tag || github.ref_name }}"
51
commit-email: "gitops@uug.ai"
52
commit-name: "GitOps - UUG.AI"
53
commit-message: "A new release for Kerberos documentation - ${{ github.event.inputs.tag || github.ref_name }}"
0 commit comments