Fix tag variable

This commit is contained in:
Tim Hockin 2016-11-01 23:20:52 -07:00
parent 7fdc7486bc
commit 18ecf7af94
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ push: .push-$(DOTFILE_IMAGE) push-name
@gcloud docker push $(IMAGE):$(VERSION) @gcloud docker push $(IMAGE):$(VERSION)
@docker images -q $(IMAGE):$(VERSION) > $@ @docker images -q $(IMAGE):$(VERSION) > $@
@if [ "$(ARCH)" == "amd64" ]; then \ @if [ "$(ARCH)" == "amd64" ]; then \
gcloud docker push $(LEGACY_IMAGE):$(TAG); \ gcloud docker push $(LEGACY_IMAGE):$(VERSION); \
fi fi
push-name: push-name: