Skip to content

Finish System Extension #11

Finish System Extension

Finish System Extension #11

Workflow file for this run

name: Test
on: [pull_request]
jobs:
test_container:
name: Build a container test image
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Docker
run: docker build . --file Dockerfile --tag talos-vmtoolsd:test