Skip to content

Commit f536932

Browse files
authored
chore: fix the .phony target name for multiarch-image-push (#923)
Signed-off-by: Cheng Fang <[email protected]>
1 parent 2407648 commit f536932

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
@@ -101,7 +101,7 @@ multiarch-image:
101101
--platform ${RELEASE_IMAGE_PLATFORMS} ${DOCKERX_PUSH} \
102102
.
103103

104-
.PHONY: multiarch-image
104+
.PHONY: multiarch-image-push
105105
multiarch-image-push:
106106
docker buildx build \
107107
-t ${IMAGE_PREFIX}${IMAGE_NAME}:${IMAGE_TAG} \

0 commit comments

Comments
 (0)