Fix Makefile for bootstrap_capg image
This commit fixed the image name in docker push for bootstrap_capg image Change-Id: Ibf36d831315a3f107a016f24cc482fe87ad7004f Signed-off-by: Sreejith Punnapuzha <sreejith.punnapuzha@outlook.com>
This commit is contained in:
parent
b7bcc0924d
commit
f16bd23f21
@ -36,7 +36,7 @@ images: Dockerfile \
|
||||
--tag $(DOCKER_IMAGE) \
|
||||
--force-rm=$(DOCKER_FORCE_CLEAN)
|
||||
ifeq ($(PUSH_IMAGE), true)
|
||||
docker push $(IMAGE)
|
||||
docker push $(DOCKER_IMAGE)
|
||||
endif
|
||||
|
||||
.PHONY: clean
|
||||
|
Loading…
Reference in New Issue
Block a user