Skip to content

Commit

Permalink
Merge pull request #12 from K-Phoen/fix-images-push
Browse files Browse the repository at this point in the history
Fix images push make target
  • Loading branch information
K-Phoen authored Mar 29, 2020
2 parents 874c6bb + 505bb65 commit b8b5b32
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 b8b5b32

Please sign in to comment.