oops! fix the image name when we push

Change-Id: I1533e8be7a6292830c0a9eacc545d8fddd897b26
This commit is contained in:
Davanum Srinivas 2018-08-02 18:26:52 -04:00
parent fed0c13e04
commit 594d5df197
No known key found for this signature in database
GPG Key ID: 80D83A796103BF59
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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