automated_api/.drone.yml

22 lines
305 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-and-push
image: plugins/docker
settings:
repo: your-registry/automated-api
tags:
- latest
- ${DRONE_COMMIT_SHA:0:8}
registry: your-registry
2025-01-10 12:22:50 +08:00
trigger:
branch:
- main
2025-01-10 12:22:50 +08:00
event:
- push