新注册的用户请输入邮箱并保存,随后登录邮箱激活账号。后续可直接使用邮箱登录!

Commit f233df26 authored by Guoxin.Liu's avatar Guoxin.Liu

feat: proxy match fix 2 --story=0

parent cacd4203
......@@ -61,7 +61,7 @@ build-vendor:
docker-build:
@make build-vendor
@docker build . -t $(DOCKER_REGISTRY)/opennet/did-gateway:latest -t $(DOCKER_REGISTRY)/opennet/did-gateway:v0.1 -f Dockerfile
@docker build . -t $(DOCKER_REGISTRY)/opennet/did:latest -f Dockerfile
docker-build-to-hy:
make build-vendor
......@@ -69,8 +69,8 @@ docker-build-to-hy:
docker push $(DOCKER_REGISTRY)/opennet/did-gateway-hy:$(LATEST_TAG)
docker-push:
@docker tag $(DOCKER_REGISTRY)/opennet/did-gateway:latest $(DOCKER_REGISTRY)/opennet/did-gateway:$(gitBranch)
@docker push $(DOCKER_REGISTRY)/opennet/did-gateway:$(gitBranch)
make docker-login
docker push $(DOCKER_REGISTRY)/opennet/did-gateway:latest
docker-build-arm:
@make build-vendor
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment