Skip to content

Ubuntu22.04 - images: ubuntu: migrate to docker #4

Ubuntu22.04 - images: ubuntu: migrate to docker

Ubuntu22.04 - images: ubuntu: migrate to docker #4

Workflow file for this run

name: Trigger Ubuntu22.04 CI
run-name: Ubuntu22.04 - ${{ github.event.pull_request.title }}
on:
pull_request_target:
types: labeled
paths:
- 'images/ubuntu/**'
defaults:
run:
shell: pwsh
jobs:
Ubuntu_2204:
runs-on: ubuntu-latest
if: contains(github.event.pull_request.labels.*.name, 'CI ubuntu-all') || contains(github.event.pull_request.labels.*.name, 'CI ubuntu-2204')
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: ./.github/actions/packer-build-action
id: build
with:
image_type: Ubuntu2204