From 1195725e04eb42ea2c7ab1d9e6bd038a7ffb5eca Mon Sep 17 00:00:00 2001 From: Uzurka Date: Mon, 26 Jun 2023 17:23:46 +0200 Subject: [PATCH] Actualiser .drone.yml --- .drone.yml | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3df622d..83eac64 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 \ No newline at end of file