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

This commit is contained in:
Robert Kaussow 2021-01-10 00:45:44 +01:00
parent 7b7730e240
commit 3ddfa75d63
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@ steps:
image: jdrouet/docker-with-buildx:stable
commands:
- docker buildx create --use
- docker buildx build --platform linux/arm/v7,linux/arm64/v8,linux/amd64 --tag thegeeklab/${DRONE_REPO_NAME}:latest .
- docker buildx build --platform linux/arm/v7,linux/arm64/v8,linux/amd64 --tag thegeeklab/buildx-alpine:latest .
volumes:
- name: dockersock
path: /var/run
@ -67,7 +67,7 @@ steps:
commands:
- docker login -u "$$DOCKER_USERNAME" -p "$$DOCKER_PASSWORD"
- docker buildx create --use
- docker buildx build --platform linux/arm/v7,linux/arm64/v8,linux/amd64 --tag thegeeklab/${DRONE_REPO_NAME}:latest .
- docker buildx build --platform linux/arm/v7,linux/arm64/v8,linux/amd64 --tag thegeeklab/buildx-alpine:latest .
environment:
DOCKER_PASSWORD:
from_secret: docker_password
@ -185,6 +185,6 @@ depends_on:
---
kind: signature
hmac: d56948bad090ce9c214ddc1d4024849dc31e9702511eabfc2850db2ab2672891
hmac: fbe5a3e4d5b43aa5074eb9b614cab44043517e5747288eadf7621db6650da6de
...