We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1e1bf4 commit 21609bbCopy full SHA for 21609bb
Makefile
@@ -73,8 +73,8 @@ build-image-inband-nocache: build-linux
73
--label org.label-schema.vcs-ref=$(GIT_COMMIT_FULL) \
74
--label org.label-schema.vcs-url=$(REPO)
75
76
-## build devel docker image
77
-build-image-devel: build-image
+## push devel docker image
+push-image-devel: build-image
78
docker tag ${DOCKER_IMAGE}:latest localhost:5001/alloy:latest
79
docker push localhost:5001/alloy:latest
80
kind load docker-image localhost:5001/alloy:latest
0 commit comments