kind: pipeline type: docker name: default steps: - name: build image: thegeeklab/drone-docker-buildx:23 privileged: true settings: username: james password: from_secret: REGISTRY_TOKEN registry: code.harton.nz repo: code.harton.nz/james/asdf_container cache_from: code.harton.nz/james/asdf_container:latest tags: - latest platforms: - linux/arm64 - linux/amd64