update
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
c6626778d2
commit
3722f57d96
|
@ -16,8 +16,8 @@ steps:
|
|||
repo: reg.icechen.cn/{{ .NameSpace }}/api-{{ .Name }}
|
||||
registry: reg.icechen.cn
|
||||
tags:
|
||||
- ${DRONE_TAG}
|
||||
- latest
|
||||
- ${DRONE_TAG}
|
||||
- latest
|
||||
dockerfile: ./{{ .Root }}/Dockerfile
|
||||
|
||||
- name: deploy
|
||||
|
|
|
@ -16,8 +16,8 @@ steps:
|
|||
repo: reg.icechen.cn/{{ .NameSpace }}/api-{{ .Name }}
|
||||
registry: reg.icechen.cn
|
||||
tags:
|
||||
- ${DRONE_COMMIT:0:8}
|
||||
- latest
|
||||
- ${DRONE_COMMIT:0:8}
|
||||
- latest
|
||||
dockerfile: ./{{ .Root }}/Dockerfile
|
||||
|
||||
- name: deploy
|
||||
|
|
|
@ -16,8 +16,8 @@ steps:
|
|||
repo: reg.icechen.cn/{{ .NameSpace }}/service-{{ .Name }}
|
||||
registry: reg.icechen.cn
|
||||
tags:
|
||||
- ${DRONE_TAG}
|
||||
- latest
|
||||
- ${DRONE_TAG}
|
||||
- latest
|
||||
dockerfile: ./{{ .Root }}/Dockerfile
|
||||
|
||||
- name: deploy
|
||||
|
|
|
@ -16,8 +16,8 @@ steps:
|
|||
repo: reg.icechen.cn/{{ .NameSpace }}/service-{{ .Name }}
|
||||
registry: reg.icechen.cn
|
||||
tags:
|
||||
- ${DRONE_COMMIT:0:8}
|
||||
- latest
|
||||
- ${DRONE_COMMIT:0:8}
|
||||
- latest
|
||||
dockerfile: ./{{ .Root }}/Dockerfile
|
||||
|
||||
- name: deploy
|
||||
|
|
Loading…
Reference in New Issue