Skip to content

vm/vm-under-test: Move first boot to new service #22

vm/vm-under-test: Move first boot to new service

vm/vm-under-test: Move first boot to new service #22

name: Build VM ContainerDisk
on:
pull_request:
branches:
- main
- 'release-**'
paths:
- 'vms/image-builder/**'
- 'vms/vm-under-test/**'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build_containerDisk_image:
name: Build VM ContainerDisk Image
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Build the ContainerDisk image
run: make build-vm-container-disk