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)
|
||||
@docker images -q $(IMAGE):$(VERSION) > $@
|
||||
@if [ "$(ARCH)" == "amd64" ]; then \
|
||||
gcloud docker push $(LEGACY_IMAGE):$(TAG); \
|
||||
gcloud docker push $(LEGACY_IMAGE):$(VERSION); \
|
||||
fi
|
||||
|
||||
push-name:
|
||||
|
|
|
|||
Loading…
Reference in New Issue