debug
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Robert Kaussow 2021-01-10 00:04:18 +01:00
parent 8e758b739c
commit 946a00b963
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 11 additions and 3 deletions

View File

@ -42,8 +42,9 @@ steps:
- docker buildx create --use
- docker buildx ls
- docker buildx build --platform linux/arm/v7,linux/arm64/v8,linux/amd64 --tag thegeeklab/${DRONE_REPO_NAME}:latest .
environment:
DOCKER_HOST: tcp://dind:2376
volumes:
- name: dockersock
path: /var/run
when:
ref:
- refs/pull/**
@ -119,6 +120,13 @@ services:
- name: dind
image: docker:dind
privileged: true
volumes:
- name: dockersock
path: /var/run
volumes:
- name: dockersock
temp: {}
trigger:
ref:
@ -195,6 +203,6 @@ depends_on:
---
kind: signature
hmac: b1911be7b8b67c003fc851e88437220460fe7077eb79c6afd5014bbbd7a55806
hmac: 91cf547b368ff043cd62db7c317e57a34fe3f1dcf9bbfbc4346d8f46b59ed21f
...