Replace manifest-tool with docker manifest command

This commit is contained in:
Manjunath A Kumatagi
2018-06-13 01:13:54 -04:00
parent 52603a78ab
commit 399b9c245f
2 changed files with 9 additions and 5 deletions

View File

@@ -36,7 +36,7 @@ all: all-container
all-container:
./image-util.sh build $(WHAT)
all-push: all-container manifest-tool
all-push: all-container
./image-util.sh push $(WHAT)
.PHONY: all all-push all-container