feat: 增加namespace
continuous-integration/drone/push Build is passing Details

master
icechen 2022-01-10 20:25:29 +08:00
parent e38bf7e1af
commit 5e3059fb54
4 changed files with 8 additions and 8 deletions

View File

@ -12,8 +12,8 @@ steps:
- name: docker
path: /var/run/docker.sock
settings:
username: {{ .Reg.Password }}
password: {{ .Reg.Registry }}
username: {{ .Reg.Username }}
password: {{ .Reg.Password }}
repo: {{ .Reg.Registry }}/{{ .NameSpace }}/api-{{ .Name }}
registry: {{ .Reg.Registry }}
tags:

View File

@ -12,8 +12,8 @@ steps:
- name: docker
path: /var/run/docker.sock
settings:
username: {{ .Reg.Password }}
password: {{ .Reg.Registry }}
username: {{ .Reg.Username }}
password: {{ .Reg.Password }}
repo: {{ .Reg.Registry }}/{{ .NameSpace }}/api-{{ .Name }}
registry: {{ .Reg.Registry }}
tags:

View File

@ -12,8 +12,8 @@ steps:
- name: docker
path: /var/run/docker.sock
settings:
username: {{ .Reg.Password }}
password: {{ .Reg.Registry }}
username: {{ .Reg.Username }}
password: {{ .Reg.Password }}
repo: {{ .Reg.Registry }}/{{ .NameSpace }}/service-{{ .Name }}
registry: {{ .Reg.Registry }}
tags:

View File

@ -12,8 +12,8 @@ steps:
- name: docker
path: /var/run/docker.sock
settings:
username: {{ .Reg.Password }}
password: {{ .Reg.Registry }}
username: {{ .Reg.Username }}
password: {{ .Reg.Password }}
repo: {{ .Reg.Registry }}/{{ .NameSpace }}/service-{{ .Name }}
registry: {{ .Reg.Registry }}
tags: