diff --git a/.drone.yml b/.drone.yml index a731ac5..a92153a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,10 +15,10 @@ steps: DOCKER_PASSWORD: from_secret: docker_password commands: - - docker login --username $DOCKER_USER --password $DOCKER_PASSWORD https://registry.chrz.de:443 - docker run --rm --privileged docker/binfmt:a7996909642ee92942dcd6cff44b9b95f08dad64 - docker buildx create --use --name crosscomp - docker buildx inspect --bootstrap + - docker login --username $DOCKER_USER --password $DOCKER_PASSWORD registry.chrz.de:443 - docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 --output=type=image,push=true --progress tty -t registry.chrz.de:443/hello-ci:latest-multi . volumes: - name: docker_socket