update
continuous-integration/drone/push Build is passing Details

master
icechen 2022-01-04 00:34:04 +08:00
parent c6626778d2
commit 3722f57d96
4 changed files with 8 additions and 8 deletions

View File

@ -16,8 +16,8 @@ steps:
repo: reg.icechen.cn/{{ .NameSpace }}/api-{{ .Name }} repo: reg.icechen.cn/{{ .NameSpace }}/api-{{ .Name }}
registry: reg.icechen.cn registry: reg.icechen.cn
tags: tags:
- ${DRONE_TAG} - ${DRONE_TAG}
- latest - latest
dockerfile: ./{{ .Root }}/Dockerfile dockerfile: ./{{ .Root }}/Dockerfile
- name: deploy - name: deploy

View File

@ -16,8 +16,8 @@ steps:
repo: reg.icechen.cn/{{ .NameSpace }}/api-{{ .Name }} repo: reg.icechen.cn/{{ .NameSpace }}/api-{{ .Name }}
registry: reg.icechen.cn registry: reg.icechen.cn
tags: tags:
- ${DRONE_COMMIT:0:8} - ${DRONE_COMMIT:0:8}
- latest - latest
dockerfile: ./{{ .Root }}/Dockerfile dockerfile: ./{{ .Root }}/Dockerfile
- name: deploy - name: deploy

View File

@ -16,8 +16,8 @@ steps:
repo: reg.icechen.cn/{{ .NameSpace }}/service-{{ .Name }} repo: reg.icechen.cn/{{ .NameSpace }}/service-{{ .Name }}
registry: reg.icechen.cn registry: reg.icechen.cn
tags: tags:
- ${DRONE_TAG} - ${DRONE_TAG}
- latest - latest
dockerfile: ./{{ .Root }}/Dockerfile dockerfile: ./{{ .Root }}/Dockerfile
- name: deploy - name: deploy

View File

@ -16,8 +16,8 @@ steps:
repo: reg.icechen.cn/{{ .NameSpace }}/service-{{ .Name }} repo: reg.icechen.cn/{{ .NameSpace }}/service-{{ .Name }}
registry: reg.icechen.cn registry: reg.icechen.cn
tags: tags:
- ${DRONE_COMMIT:0:8} - ${DRONE_COMMIT:0:8}
- latest - latest
dockerfile: ./{{ .Root }}/Dockerfile dockerfile: ./{{ .Root }}/Dockerfile
- name: deploy - name: deploy