Skip to content

Commit 21609bb

Browse files
committed
Makefile: update to keep in line with the other metal-toolbox build commands
1 parent d1e1bf4 commit 21609bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ build-image-inband-nocache: build-linux
7373
--label org.label-schema.vcs-ref=$(GIT_COMMIT_FULL) \
7474
--label org.label-schema.vcs-url=$(REPO)
7575

76-
## build devel docker image
77-
build-image-devel: build-image
76+
## push devel docker image
77+
push-image-devel: build-image
7878
docker tag ${DOCKER_IMAGE}:latest localhost:5001/alloy:latest
7979
docker push localhost:5001/alloy:latest
8080
kind load docker-image localhost:5001/alloy:latest

0 commit comments

Comments
 (0)