3
0

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

This commit is contained in:
Mike Sutton 2022-06-08 02:22:45 +02:00
parent 96a5102be3
commit a7e8f923a6

View File

@ -3,7 +3,7 @@ kind: pipeline
type: docker
name: build-test-deploy
image_pull_secrets:
- registryLoginsFoss
- registryLogins
platform:
os: linux
@ -30,7 +30,7 @@ steps:
path: /var/run/docker.sock
environment:
DOCKER_AUTH_CONFIG:
from_secret: registryLoginsFoss
from_secret: registryLogins
commands:
- mkdir -p "/root/.docker" && echo $DOCKER_AUTH_CONFIG > "/root/.docker/config.json"
- more /root/.docker/config.json