Skip to content

Commit

Permalink
oops! fix the image name when we push
Browse files Browse the repository at this point in the history
Change-Id: I1533e8be7a6292830c0a9eacc545d8fddd897b26
  • Loading branch information
dims committed Aug 2, 2018
1 parent fed0c13 commit 594d5df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion guestbook/php-redis/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion guestbook/redis-slave/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 594d5df

Please sign in to comment.