Skip to content

Commit

Permalink
Fix images push make target
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Phoen committed Mar 29, 2020
1 parent 874c6bb commit 505bb65
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 @@ -46,7 +46,7 @@ converter_push: converter_image
docker push $(CONVERTER_IMAGE):$(VERSION)

.PHONY: push
push: images
push: converter_push controller_push

.PHONY: tests
tests:
Expand Down

0 comments on commit 505bb65

Please sign in to comment.