Use domestic container registry mirrors for Drone builds
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
@@ -10,7 +10,7 @@ trigger:
|
||||
|
||||
steps:
|
||||
- name: build-image
|
||||
image: docker:27-cli
|
||||
image: docker.m.daocloud.io/library/docker:27-cli
|
||||
volumes:
|
||||
- name: dockersock
|
||||
path: /var/run/docker.sock
|
||||
@@ -18,7 +18,7 @@ steps:
|
||||
- docker build -t cdchen-backend:docker .
|
||||
|
||||
- name: deploy
|
||||
image: docker:27-cli
|
||||
image: docker.m.daocloud.io/library/docker:27-cli
|
||||
volumes:
|
||||
- name: dockersock
|
||||
path: /var/run/docker.sock
|
||||
|
||||
Reference in New Issue
Block a user