Trying to fix CI.
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:
parent
39100af7fd
commit
afd4c029ec
@ -22,18 +22,11 @@ trigger:
|
|||||||
branch: ["main"]
|
branch: ["main"]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: "docker"
|
|
||||||
image: "docker:20.10.17-dind"
|
|
||||||
detach: true
|
|
||||||
privileged: true
|
|
||||||
|
|
||||||
- name: "mirror"
|
- name: "mirror"
|
||||||
image: "docker:20.10.17"
|
image: "docker:20.10.17"
|
||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
|
privileged: true
|
||||||
environment:
|
environment:
|
||||||
DOCKER_HOST: tcp://docker:2375
|
|
||||||
DOCKER_TCP_PORT: 2375
|
|
||||||
DOCKER_TLS_CERTDIR: ""
|
|
||||||
REGISTRY_USER: drone
|
REGISTRY_USER: drone
|
||||||
REGISTRY_PASSWORD:
|
REGISTRY_PASSWORD:
|
||||||
from_secret: drone_secret
|
from_secret: drone_secret
|
||||||
|
Loading…
Reference in New Issue
Block a user