ena
This commit is contained in:
parent
db49d39fd7
commit
b6ebd08b60
|
|
@ -1,20 +1,7 @@
|
||||||
name: Build KabOS Image
|
name: Build KabOS Image
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
push:
|
||||||
|
branches:
|
||||||
jobs:
|
- main
|
||||||
build:
|
workflow_dispatch:
|
||||||
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"
|
|
||||||
Loading…
Reference in New Issue