Skip to content

Add privileged on the controller to let access CDROM #145

Add privileged on the controller to let access CDROM

Add privileged on the controller to let access CDROM #145

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
paths-ignore:
- '**.md'
tags-ignore:
- 'v**' # Don't run CI tests on release tags
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: ./.github/actions/build
docker-build:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: make go.mk
- uses: ./go.mk/.github/actions/setup
- name: Build Docker image
run: make docker