kind: pipeline type: docker name: default steps: - name: build image: registry.cn-hangzhou.aliyuncs.com/library/docker:latest settings: dockerfile: Dockerfile dry_run: true repo: automated-api tags: - latest trigger: branch: - main - master volumes: - name: docker host: path: /var/run/docker.sock