diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index c469b94..44c70c9 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -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" \ No newline at end of file