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