Skip to content

daily-7.0

daily-7.0 #654

Workflow file for this run

name: daily-7.0
on:
push:
branches:
- master
schedule:
- cron: "0 0 * * *"
workflow_dispatch: {}
jobs:
build:
runs-on: ubuntu-22.04
container:
image: debian:latest
volumes:
- /proc:/proc
options: --privileged
steps:
- name: Clone build scripts
uses: actions/checkout@v3
- name: Build and upload daily .iso
run: |
./workflows.sh etc/terraform-daily-7.0-azure.conf "${{ secrets.key }}" "${{ secrets.secret }}" "${{ secrets.endpoint }}" "${{ secrets.bucket }}"