3
0

debugging broken drone yml 2
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Mike Sutton 2022-06-08 15:16:36 +02:00
parent a7e8f923a6
commit f9fb449423

View File

@ -22,6 +22,20 @@ steps:
channel: builds
template: >
{{uppercase repo.name}}:{{uppercase build.branch}}:{{build.number}} CI build started
- name: debug
image: docker
volumes:
- name: dockersock
path: /var/run/docker.sock
environment:
DOCKER_AUTH_CONFIG:
from_secret: registryLogins
commands:
- mkdir -p "/root/.docker" && echo $DOCKER_AUTH_CONFIG > "/root/.docker/config.json"
- more /root/.docker/config.json
trigger:
branch:
- master
- name: deploy
image: wizewerx/wizewerx-docker-compose