Merge pull request #21 from thockin/push-fix-version

Fix tag variable
This commit is contained in:
Tim Hockin 2016-11-02 07:22:05 +01:00 committed by GitHub
commit 6ed689440f
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)
@docker images -q $(IMAGE):$(VERSION) > $@
@if [ "$(ARCH)" == "amd64" ]; then \
gcloud docker push $(LEGACY_IMAGE):$(TAG); \
gcloud docker push $(LEGACY_IMAGE):$(VERSION); \
fi
push-name: