Added cron event
This commit is contained in:
parent
6272e2fc9c
commit
50025329eb
|
@ -11,7 +11,7 @@ pipeline:
|
||||||
password:
|
password:
|
||||||
from_secret: container_registry_password
|
from_secret: container_registry_password
|
||||||
when:
|
when:
|
||||||
event: [push]
|
event: [ push, cron ]
|
||||||
path: "Containerfile"
|
path: "Containerfile"
|
||||||
|
|
||||||
branches: master
|
branches: master
|
||||||
|
|
Loading…
Reference in New Issue