Use domestic container registry mirrors for Drone builds
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2026-06-19 23:54:06 +08:00
parent e4b754045f
commit 7cc8b589d9
2 changed files with 4 additions and 4 deletions

View File

@@ -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-frontend:docker .
- name: deploy
image: docker:27-cli
image: docker.m.daocloud.io/library/docker:27-cli
volumes:
- name: dockersock
path: /var/run/docker.sock