Skip to content
Success

Changes

Summary

  1. refactor(tekton/v1): change registry to tidbx in Tekton triggers for (commit: 7f0017b) (details)
Commit 7f0017b6fb12d92c62017c8d42730434235222af by noreply
refactor(tekton/v1): change registry to tidbx in Tekton triggers for tidbx builds (#3944)

This pull request updates the registry used for image builds in the
Tekton pipeline configuration files for the GCP environment. The
registry is changed from `hub` to `tidbx` to ensure images are pushed to
the correct location.

Configuration updates:

* Updated the `registry` value in `git-create-tag-build-ng.yaml` to use
`us-docker.pkg.dev/pingcap-testing-account/tidbx` instead of `hub`.
* Updated the `registry` value in `git-push-branch-build-ng.yaml` to use
`us-docker.pkg.dev/pingcap-testing-account/tidbx` instead of `hub`.
(commit: 7f0017b)
The file was modifiedtekton/v1/triggers/triggers/env-gcp/_/git-create-tag-build-ng.yaml (diff)
The file was modifiedtekton/v1/triggers/triggers/env-gcp/_/git-push-branch-build-ng.yaml (diff)