add new nightly build job

This commit is contained in:
Hector
2022-02-03 20:49:25 +00:00
parent b32c2ac73a
commit 49656af487
2 changed files with 31 additions and 12 deletions

View File

@ -32,5 +32,8 @@ build/docker:
docker/build/latest:
docker build -t registry.gitlab.com/hectorjsmith/fail2ban-prometheus-exporter:latest .
docker/build/nightly:
docker build -t registry.gitlab.com/hectorjsmith/fail2ban-prometheus-exporter:nightly .
docker/build/tag:
docker build -t registry.gitlab.com/hectorjsmith/fail2ban-prometheus-exporter:$(shell git describe --tags) .