Skip to content

Commit 735e360

Browse files
committed
chore: delete unused ucind-image-push target in Makefile
1 parent 69ebce5 commit 735e360

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@ corrosion-multiarch-image-push:
5757
ucind-image:
5858
docker build -t "$(UCIND_IMAGE)" --target ucind .
5959

60-
.PHONY: ucind-image-push
61-
ucind-image-push: ucind-image
62-
docker push "$(UCIND_IMAGE)"
63-
6460
.PHONY: ucind-multiarch-image-push
6561
ucind-multiarch-image-push:
6662
docker buildx build --push --platform linux/amd64,linux/arm64 -t "$(UCIND_IMAGE)" --target ucind .

0 commit comments

Comments
 (0)