2025-01-10 12:22:50 +08:00
|
|
|
kind: pipeline
|
|
|
|
type: docker
|
2025-01-10 13:56:34 +08:00
|
|
|
name: default
|
2025-01-10 13:29:14 +08:00
|
|
|
|
2025-01-10 12:22:50 +08:00
|
|
|
steps:
|
2025-01-10 14:37:00 +08:00
|
|
|
- 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 14:09:54 +08:00
|
|
|
|
2025-01-10 12:22:50 +08:00
|
|
|
|
|
|
|
trigger:
|
|
|
|
branch:
|
2025-01-10 12:25:38 +08:00
|
|
|
- main
|
2025-01-10 12:22:50 +08:00
|
|
|
event:
|
2025-01-10 14:31:33 +08:00
|
|
|
- push
|