Fix build: docker needs -f Containerfile (default is Dockerfile)
Some checks failed
Build KAMOS images / Build kamos-nvidia (push) Waiting to run
Build KAMOS images / Build kamos (push) Failing after 1h17m59s

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
kmk1971 2026-07-29 20:49:33 +04:00
parent a8756623db
commit fcdbca3033

View file

@ -38,6 +38,7 @@ jobs:
- name: Build image (uses host Docker via mounted socket)
run: |
docker build \
-f Containerfile \
--build-arg BASE_IMAGE="${{ matrix.base_image }}" \
--build-arg BASE_TAG=stable \
-t "${IMAGE}:stable" \