From 18ecf7af945e162a1265363f6e77a1e79b10ad07 Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Tue, 1 Nov 2016 23:20:52 -0700 Subject: [PATCH] Fix tag variable --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4d4feaf..cd135f5 100644 --- a/Makefile +++ b/Makefile @@ -124,7 +124,7 @@ push: .push-$(DOTFILE_IMAGE) push-name @gcloud docker push $(IMAGE):$(VERSION) @docker images -q $(IMAGE):$(VERSION) > $@ @if [ "$(ARCH)" == "amd64" ]; then \ - gcloud docker push $(LEGACY_IMAGE):$(TAG); \ + gcloud docker push $(LEGACY_IMAGE):$(VERSION); \ fi push-name: