Skip to content

Commit

Permalink
Merge pull request #1254 from k8s-infra-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…1250-to-release-1.30

[release-1.30] ⚙️ replace pre merge check image registry
  • Loading branch information
k8s-ci-robot authored Sep 24, 2024
2 parents c23bfba + 22ecdb1 commit b86401e
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 b86401e

Please sign in to comment.