Skip to content

Commit

Permalink
Build binaries before images (#245)
Browse files Browse the repository at this point in the history
Binaries must be already built for the image build to succeed.

Signed-off-by: Petr Horáček <[email protected]>

Signed-off-by: Petr Horáček <[email protected]>
  • Loading branch information
phoracek authored Sep 27, 2022
1 parent ebb876e commit c0829c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ test-%: $(GO) build-host-local-plugin
functest: $(GO)
GO=$(GO) hack/functests.sh

docker-build:
docker-build: build
$(OCI_BIN) build -t ${REGISTRY}/ovs-cni-plugin:${IMAGE_TAG} ./cmd

docker-push:
Expand Down

0 comments on commit c0829c0

Please sign in to comment.