Remove old deprecated Droen workflow

This commit is contained in:
James Mills 2024-10-04 01:01:50 +10:00
parent 8c65762d6c
commit d76322de1f
No known key found for this signature in database
GPG Key ID: AC4C014F1440EBD6

View File

@ -1,35 +0,0 @@
---
kind: pipeline
name: 🐳 Docker
steps:
- name: 📦 Image
image: plugins/kaniko
settings:
repo: r.mills.io/prologic/zs
tags: latest
when:
branch:
- main
event:
- push
---
kind: pipeline
name: 🥳 Done
steps:
- name: 🔔 Notify
image: plugins/webhook
settings:
urls:
- https://msgbus.mills.io/ci.mills.io
depends_on:
- 🐳 Docker
trigger:
branch:
- main
event:
- push