Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
新注册的用户请输入邮箱并保存,随后登录邮箱激活账号。后续可直接使用邮箱登录!
Open sidebar
chainweaver
did
did-gateway
Commits
f233df26
Commit
f233df26
authored
1 year ago
by
Guoxin.Liu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: proxy match fix 2 --story=0
parent
cacd4203
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Makefile
Makefile
+3
-3
No files found.
Makefile
View file @
f233df26
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment