kind: pipeline name: default steps: - name: docker image: thegeeklab/drone-docker-buildx:23 privileged: true settings: username: uzurka password: from_secret: docker_password repo: uzurka/graalvm23 tags: minideb build_args: - GRAALVERSION=20.0.2-graal platforms: - linux/amd64 - linux/arm64