oops! fix the image name when we push
Change-Id: I1533e8be7a6292830c0a9eacc545d8fddd897b26
This commit is contained in:
parent
fed0c13e04
commit
594d5df197
|
@ -72,7 +72,7 @@ endif
|
|||
|
||||
push: .push-$(ARCH)
|
||||
.push-$(ARCH): .container-$(ARCH)
|
||||
docker push $(IMAGE):$(TAG)
|
||||
docker push $(MULTI_ARCH_IMG):$(TAG)
|
||||
|
||||
clean: $(addprefix sub-clean-,$(ALL_ARCH))
|
||||
docker rmi -f $(IMAGE):$(TAG) || true
|
||||
|
|
|
@ -68,7 +68,7 @@ endif
|
|||
|
||||
push: .push-$(ARCH)
|
||||
.push-$(ARCH): .container-$(ARCH)
|
||||
docker push $(IMAGE):$(TAG)
|
||||
docker push $(MULTI_ARCH_IMG):$(TAG)
|
||||
|
||||
clean: $(addprefix sub-clean-,$(ALL_ARCH))
|
||||
docker rmi -f $(IMAGE):$(TAG) || true
|
||||
|
|
Loading…
Reference in New Issue