Skip to content

Fix kernel version (tag name) (#27) #78

Fix kernel version (tag name) (#27)

Fix kernel version (tag name) (#27) #78

Workflow file for this run

name: Build code
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
tags:
- "*"
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: redhat-actions/buildah-build@v2
with:
image: gvltctl
containerfiles: ./Containerfile