Skip to content

Commit 4716b94

Browse files
committed
refer a repo
1 parent e639963 commit 4716b94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mirror/defs.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def validate_image_test(name, image, digest, tags = [], **kwargs):
143143
native.sh_test(
144144
name = name,
145145
size = "small",
146-
srcs = ["//mirror:validate_image.sh"],
146+
srcs = ["@com_fasterci_rules_mirror//mirror:validate_image.sh"],
147147
data = [
148148
"@com_github_google_go_containerregistry//cmd/crane:crane",
149149
],

0 commit comments

Comments
 (0)