2023-07-28 13:53:13 +02:00
|
|
|
schedules:
|
|
|
|
|
- cron: "0 0 * * *"
|
|
|
|
|
displayName: Daily
|
|
|
|
|
branches:
|
|
|
|
|
include:
|
|
|
|
|
- main
|
|
|
|
|
always: true
|
|
|
|
|
|
2020-05-26 18:45:48 +03:00
|
|
|
trigger: none
|
|
|
|
|
pr:
|
|
|
|
|
autoCancel: true
|
|
|
|
|
branches:
|
|
|
|
|
include:
|
2020-07-16 16:01:44 +03:00
|
|
|
- main
|
2020-05-26 18:45:48 +03:00
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
|
- template: image-generation.yml
|
|
|
|
|
parameters:
|
|
|
|
|
image_type: ubuntu2004
|
2023-11-15 11:36:04 +01:00
|
|
|
image_readme_name: Ubuntu2004-Readme.md
|
2023-12-13 09:19:03 +01:00
|
|
|
image_template_name: ubuntu-20.04.pkr.hcl
|