add docker:dind with faas-cli 0.13.13
This commit is contained in:
13
faas-cli/Makefile
Normal file
13
faas-cli/Makefile
Normal file
@ -0,0 +1,13 @@
|
||||
VERSION=0.13.13
|
||||
IMAGE=faas-cli
|
||||
REGISTRY=registry.0xace.cc/ghp
|
||||
|
||||
.PHONY: build push all
|
||||
|
||||
build:
|
||||
docker build -t $(REGISTRY)/$(IMAGE):$(VERSION) .
|
||||
|
||||
push:
|
||||
docker push $(REGISTRY)/$(IMAGE):$(VERSION)
|
||||
|
||||
all: build push
|
Reference in New Issue
Block a user