timetracker/.drone.yml

21 lines
351 B
YAML
Raw Normal View History

2023-01-02 17:35:05 +00:00
---
kind: pipeline
type: docker
name: build image
steps:
- name: build container
image: plugins/docker
settings:
2023-01-02 17:37:59 +00:00
repo: registry.kucharczyk.xyz/timetracker
2023-01-03 20:44:08 +00:00
environment:
VERSION_NUMBER: $(git describe --tags --abbrev=0)
2023-01-03 20:35:09 +00:00
tags:
- latest
2023-01-03 20:44:08 +00:00
- $VERSION_NUMBER
2023-01-02 17:35:05 +00:00
trigger:
event:
- push
- cron
exclude:
- pull_request