mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
Rename in docker-tag-push
This commit is contained in:
parent
0ec855766c
commit
746ffd4bd1
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -237,7 +237,7 @@ docker: docker-image # alias
|
|||
|
||||
# Tag and push a Docker image
|
||||
docker-tag-push: vendor
|
||||
docker tag "pilosa:$(VERSION)" $(DOCKER_TARGET)
|
||||
docker tag "featurebase:$(VERSION)" $(DOCKER_TARGET)
|
||||
docker push $(DOCKER_TARGET)
|
||||
@echo Pushed docker image: $(DOCKER_TARGET)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue