kind: pipeline type: docker name: default steps: - name: build image: thegeeklab/drone-docker-buildx:23 privileged: true when: ref: - refs/heads/main 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:cache cache_to: code.harton.nz/james/asdf_container:cache provenance: false tags: - latest platforms: - linux/arm64 - linux/amd64