Skip to content

Commit

Permalink
Merge pull request #1143 from XudongLiuHarold/change-ci-image
Browse files Browse the repository at this point in the history
⚙️  change ci tooling related image to cloud provider vsphere own registry
  • Loading branch information
k8s-ci-robot authored Jul 12, 2024
2 parents 6fb1439 + cc48115 commit 90558fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hack/check-mdlint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ set -o pipefail
cd "$(dirname "${BASH_SOURCE[0]}")/.."

docker run --rm -v "$(pwd)":/build \
gcr.io/cluster-api-provider-vsphere/extra/mdlint:0.17.0 /md/lint -i vendor -i docs/book/node_modules .
gcr.io/k8s-staging-cloud-pv-vsphere/extra/mdlint:0.17.0 /md/lint -i vendor -i docs/book/node_modules .
2 changes: 1 addition & 1 deletion hack/check-shell.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ shift $((OPTIND-1))
if [ ! "${DO_DOCKER-}" ] && command -v shellcheck >/dev/null 2>&1; then
find . -path ./vendor -prune -o -name "*.*sh" -type f -print0 | xargs -0 shellcheck
else
docker run --rm -t -v "$(pwd)":/build:ro gcr.io/cluster-api-provider-vsphere/extra/shellcheck
docker run --rm -t -v "$(pwd)":/build:ro gcr.io/k8s-staging-cloud-pv-vsphere/extra/shellcheck
fi

0 comments on commit 90558fa

Please sign in to comment.