Actualiser .drone.yml
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2023-06-26 17:29:14 +02:00
parent 05aca3b87f
commit f37ad2c470

View File

@@ -3,12 +3,15 @@ name: default
steps: steps:
- name: docker - name: docker
image: plugins/docker image: thegeeklab/drone-docker-buildx:23
privileged: true
settings: settings:
username: uzurka username: uzurka
password: password:
from_secret: docker_password from_secret: docker_password
repo: uzurka/freebox-telegraf repo: uzurka/freebox-telegraf
tags: tags: ci
- ci platform:
platform: linux/amd64,linux/arm64,linux/arm/v7 - linux/amd64
- linux/arm64
- linux/arm/v7