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

master
icechen 2022-01-04 00:28:26 +08:00
parent c242cdbd30
commit c6626778d2
4 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ steps:
from_secret: reg_password
repo: reg.icechen.cn/{{ .NameSpace }}/api-{{ .Name }}
registry: reg.icechen.cn
tags:
tags:
- ${DRONE_TAG}
- latest
dockerfile: ./{{ .Root }}/Dockerfile

View File

@ -15,7 +15,7 @@ steps:
from_secret: reg_password
repo: reg.icechen.cn/{{ .NameSpace }}/api-{{ .Name }}
registry: reg.icechen.cn
tags:
tags:
- ${DRONE_COMMIT:0:8}
- latest
dockerfile: ./{{ .Root }}/Dockerfile

View File

@ -15,7 +15,7 @@ steps:
from_secret: reg_password
repo: reg.icechen.cn/{{ .NameSpace }}/service-{{ .Name }}
registry: reg.icechen.cn
tags:
tags:
- ${DRONE_TAG}
- latest
dockerfile: ./{{ .Root }}/Dockerfile

View File

@ -15,7 +15,7 @@ steps:
from_secret: reg_password
repo: reg.icechen.cn/{{ .NameSpace }}/service-{{ .Name }}
registry: reg.icechen.cn
tags:
tags:
- ${DRONE_COMMIT:0:8}
- latest
dockerfile: ./{{ .Root }}/Dockerfile