Skip to content

Commit

Permalink
replace pre merge check image registry
Browse files Browse the repository at this point in the history
Signed-off-by: Xudong Liu <[email protected]>
  • Loading branch information
XudongLiuHarold authored and k8s-infra-cherrypick-robot committed Sep 24, 2024
1 parent c23bfba commit 22ecdb1
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/k8s-staging-cloud-pv-vsphere/extra/mdlint:0.17.0 /md/lint -i vendor -i docs/book/node_modules .
registry.k8s.io/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/k8s-staging-cloud-pv-vsphere/extra/shellcheck
docker run --rm -t -v "$(pwd)":/build:ro registry.k8s.io/cloud-pv-vsphere/extra/shellcheck:stable
fi

0 comments on commit 22ecdb1

Please sign in to comment.