Fix tag variable
This commit is contained in:
parent
7fdc7486bc
commit
18ecf7af94
2
Makefile
2
Makefile
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue