We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b55fbc4 commit 3a05ca5Copy full SHA for 3a05ca5
1 file changed
Makefile
@@ -166,7 +166,7 @@ build-local-image-%:
166
.
167
168
# Build all images locally
169
-build-local-images: $(addprefix build-image-,$(IMAGE_NAMES))
+build-local-images: $(addprefix build-local-image-,$(IMAGE_NAMES))
170
171
# Build a single image for all architectures in ARCHS and push it to REGISTRY
172
push-multiarch-image-%:
0 commit comments