2023-07-28 13:53:13 +02:00
|
|
|
schedules:
|
|
|
|
|
- cron: "0 0 * * *"
|
|
|
|
|
displayName: Daily
|
|
|
|
|
branches:
|
|
|
|
|
include:
|
|
|
|
|
- main
|
|
|
|
|
always: true
|
|
|
|
|
|
2022-05-02 10:46:10 +02:00
|
|
|
trigger: none
|
|
|
|
|
pr:
|
|
|
|
|
autoCancel: true
|
|
|
|
|
branches:
|
|
|
|
|
include:
|
|
|
|
|
- main
|
|
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
|
- template: image-generation.yml
|
|
|
|
|
parameters:
|
|
|
|
|
image_type: ubuntu2204
|
2023-11-15 11:36:04 +01:00
|
|
|
image_readme_name: Ubuntu2204-Readme.md
|
|
|
|
|
image_template_name: ubuntu-22.04.pkr.hcl
|