update
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-12-29 20:28:37 +08:00
parent 9d2f9d6c32
commit 6648d69196
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ steps:
path: /var/run/docker.sock
commands:
- docker rm -f {{ .NameSpace }}-{{ .Name }}
- docker run -d --name="{{ .NameSpace }}-{{ .Name }}" reg.icechen.cn/{{ .NameSpace }}/{{ .Name }}:${DRONE_COMMIT:0:8}
- docker run -d --name="{{ .NameSpace }}-{{ .Name }}" --network="nginx-net" reg.icechen.cn/{{ .NameSpace }}/{{ .Name }}:${DRONE_COMMIT:0:8}
volumes:
- name: docker