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: