kind: pipeline name: test-docker-build steps: - name: test-docker-build image: plugins/docker network_mode: bridge settings: repo: sneak/formless dry_run: true tags: - ${DRONE_COMMIT_SHA} - ${DRONE_BRANCH}