Skip to content

Commit d456153

Browse files
author
Drew Wells
committed
add targets
1 parent a1a24f1 commit d456153

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,10 +228,10 @@ kind-load-apiserver: $(KIND) image-apiserver
228228
BUILD_FLAGS="-mod=readonly"
229229

230230
pull-apiserver:
231-
$(MAKE) -C test/apiserver docker-pull
231+
$(MAKE) -C test/apiserver pull
232232

233233
push-apiserver: image-apiserver
234-
$(MAKE) -C test/apiserver docker-push
234+
$(MAKE) -C test/apiserver push
235235

236236
image-apiserver: .image-apiserver-${GIT_VERSION}
237237

test/apiserver/makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ image: .image-${IMAGE_TAG}
5757

5858
push: image .push-${IMAGE_TAG}
5959

60+
pull:
61+
docker pull ${IMAGE}
62+
6063
build: bin/apiserver bin/controller-manager
6164

6265
vendor:

0 commit comments

Comments
 (0)