gifbot/.drone.yml
alekswilc 1edfa70dfd
Some checks reported errors
continuous-integration/drone Build encountered an error
test(): drone CI
2025-03-27 15:54:17 +01:00

21 lines
281 B
YAML

---
kind: pipeline
type: docker
name: build
steps:
- name: build
image: plugins/docker
settings:
insecure: true
repo: 172.17.0.1:1222/gifbot
registry: 172.17.0.1:1222
tags:
- {{build.number}}
- latest
trigger:
branch:
- main
event:
- push