Skip to content

Commit 3a05ca5

Browse files
authored
fix error for build-local-images (#2916)
1 parent b55fbc4 commit 3a05ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ build-local-image-%:
166166
.
167167

168168
# Build all images locally
169-
build-local-images: $(addprefix build-image-,$(IMAGE_NAMES))
169+
build-local-images: $(addprefix build-local-image-,$(IMAGE_NAMES))
170170

171171
# Build a single image for all architectures in ARCHS and push it to REGISTRY
172172
push-multiarch-image-%:

0 commit comments

Comments
 (0)