Skip to content

Commit

Permalink
fix: change docker push
Browse files Browse the repository at this point in the history
Signed-off-by: harlee-x <hailin097@sina.com>
  • Loading branch information
harlee-x committed Jul 23, 2024
1 parent 1052268 commit 6728663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefiles/build.mk
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ kdp-infra-build:
--build-arg TARGETARCH=$$arch \
--build-arg TARGETPLATFORM=linux/$$arch \
-t $(IMG_REGISTRY)/$(KDP_IMG) \
--push -f kdp.Dockerfile .
--push -f kdp.Dockerfile . \
done

0 comments on commit 6728663

Please sign in to comment.