Actualiser .drone.yml
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
2023-06-26 17:23:46 +02:00
parent 825e3013ad
commit 1195725e04

View File

@@ -2,13 +2,16 @@ kind: pipeline
name: default
steps:
- name: build
image: docker
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment:
DOCKER_CLI_EXPERIMENTAL: enabled
commands:
- docker buildx create --name mybuilder
- docker buildx use mybuilder
- docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t uzurka/freebox-telegraf:latest --push .
- name: docker
image: plugins/docker
settings:
username: uzurka
password:
from_secret: docker_password
repo: uzurka/freebox-telegraf
tags:
- ci
platform:
- linux/amd64
- linux/arm64
- linux/arm/v7