Another try.
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Stanislav Nikitin 2022-06-27 01:55:31 +05:00
parent df03ea6ead
commit db9922eea3
Signed by: pztrn
GPG Key ID: 1E944A0F0568B550
1 changed files with 12 additions and 13 deletions

View File

@ -22,27 +22,26 @@ trigger:
branch: ["main"]
steps:
# - name: "docker"
# image: "docker:20.10.17-dind"
# pull: if-not-exists
# detach: true
# privileged: true
# environment:
# DOCKER_HOST: tcp://0.0.0.0:2375
# DOCKER_TLS_CERTDIR: ""
# commands:
# - /usr/local/bin/dockerd-entrypoint.sh dockerd
- name: "docker"
image: "docker:20.10.17"
pull: if-not-exists
detach: true
privileged: true
environment:
DOCKER_HOST: tcp://0.0.0.0:2375
DOCKER_TLS_CERTDIR: ""
commands:
- /usr/local/bin/dockerd-entrypoint.sh dockerd
- name: "mirror"
image: "docker:20.10.17-dind"
image: "docker:20.10.17"
pull: if-not-exists
privileged: true
environment:
#DOCKER_HOST: tcp://docker:2375
DOCKER_HOST: tcp://docker:2375
REGISTRY_USER: drone
REGISTRY_PASSWORD:
from_secret: drone_secret
commands:
- /usr/local/bin/dockerd-entrypoint.sh dockerd
- apk add --no-cache bash
- ./mirror.sh