This commit is contained in:
mkm1971 2026-04-26 21:36:17 +00:00
parent db49d39fd7
commit b6ebd08b60
1 changed files with 4 additions and 17 deletions

View File

@ -1,20 +1,7 @@
name: Build KabOS Image
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Build image
run: |
echo "Building KabOS..."
docker build -t kabos .
- name: Done
run: echo "Build complete"
push:
branches:
- main
workflow_dispatch: