automated_api/.drone.yml

24 lines
366 B
YAML
Raw Normal View History

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