Resolve merge + fix workflow
Build KabOS Image / build (push) Has been cancelled
Details
Build KabOS Image / build (push) Has been cancelled
Details
This commit is contained in:
commit
e740d2cb1e
|
|
@ -14,15 +14,11 @@ jobs:
|
|||
- name: Checkout repo
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Show files (debug)
|
||||
run: |
|
||||
echo "Listing repo contents:"
|
||||
ls -la
|
||||
- name: Show files
|
||||
run: ls -la
|
||||
|
||||
- name: Build KabOS Image
|
||||
run: |
|
||||
echo "Building KabOS..."
|
||||
docker build -t kabos -f Containerfile.nvidia .
|
||||
- name: Build KabOS
|
||||
run: docker build -t kabos -f Containerfile.nvidia .
|
||||
|
||||
- name: Done
|
||||
run: echo "Build complete"
|
||||
Loading…
Reference in New Issue