void.cat/.drone.yml
Kieran 4de977c1dd
All checks were successful
continuous-integration/drone/push Build is passing
v5 (#65)
Co-authored-by: Kieran <kieran@harkin.me>
Reviewed-on: #65
2023-05-09 13:56:57 +00:00

19 lines
376 B
YAML

---
kind: pipeline
type: kubernetes
name: default
metadata:
namespace: git
steps:
- name: build
image: r.j3ss.co/img
privileged: true
environment:
TOKEN:
from_secret: token
commands:
- img login -u kieran -p $TOKEN git.v0l.io
- img build -t git.v0l.io/kieran/void-cat:latest .
- img push git.v0l.io/kieran/void-cat:latest